robiniddon
Results
1
comments of
robiniddon
trafficstars
The system.clock primitive is using time.h's clock() call which is equivalent to `clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &my_timespec)` This only records time spent running on the CPU for the process, not elapsed time (aka...