README 472 B

1234567891011121314151617181920
  1. Simple program showing how to use get_seconds from the igl library
  2. Compile with:
  3. make
  4. Run with:
  5. ./example
  6. which should produces something similar to:
  7. start: 0.001414s
  8. 1.00141s - 0.001414s = 1s
  9. 2.00141s - 0.001414s = 2s
  10. 3.00142s - 0.001414s = 3s
  11. 4.00141s - 0.001414s = 4s
  12. 5.00141s - 0.001414s = 5s
  13. 6.00141s - 0.001414s = 6s
  14. 7.00141s - 0.001414s = 7s
  15. 8.00141s - 0.001414s = 8s
  16. 9.00141s - 0.001414s = 9s
  17. 10.0014s - 0.001414s = 10s
  18. end: 10.0014s