Changes between Initial Version and Version 1 of Ticket #3811, comment 23
- Timestamp:
- Mar 9, 2018, 3:57:51 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3811, comment 23
initial v1 1 1 > You could use real_time_clock_usecs from https://www.haiku-os.org/legacy-docs/bebook/TheKernelKit_Time.html#real_time_clock to get the real elapsed time. 2 2 3 If I do a difference of {{{ real_time_clock ()}}} at different steps, Will I get the time difference in microseconds or any other unit???3 If I do a difference of {{{ real_time_clock_usecs()}}} at different steps, Will I get the time difference in microseconds or any other unit??? 4 4 5 5 Because when I used this, I'm getting 0 for every step except for {{{ _QuitApps(fSystemApps, true);}}} where it is 27.