I am incorporating clock_t into a current build; I need a simple way to measure time elapsed; it is not so important the source of elapsed (CPU) time or even its starting point (zero would be ideal, but it should not matter).
I really just wish to understand the output I am seeing: I added a test just to cout the time results-- I get this, four time returns after four runs:
- 1162756763
- 1162756806
- 1162756841
- 1162756873
Any help is greatly appreciated. Thank-you in advance.
sharky_machine