Skip to main content

Timeline for answer to Getting an accurate execution time in C++ (micro seconds) by Sunil Bojanapally

Current License: CC BY-SA 3.0

Post Revisions

3 events
when toggle format what by license comment
May 27, 2016 at 5:09 comment added Xofo Use clock_gettime() instead - The Man Pages say - The time returned by gettimeofday() is affected by discontinuous jumps in the system time (e.g., if the system administrator manually changes the system time). If you need a monotonically increasing clock, see clock_gettime(2). The Opengroup says - Applications should use the clock_gettime() function instead of the obsolescent gettimeofday() function. <<
Feb 18, 2014 at 14:08 history edited Sunil Bojanapally CC BY-SA 3.0
added 506 characters in body
Feb 18, 2014 at 14:03 history answered Sunil Bojanapally CC BY-SA 3.0