Actions
Task #1148
closedmock implementation of time structs
Start date:
01/24/2014
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
Define time::Duration, time::Point, time::now.
time::Point refers to monotonic clock.
Updated by Junxiao Shi almost 12 years ago
- Subject changed from time duration and point to mock implementation of time structs
- Description updated (diff)
- Status changed from New to Resolved
Updated by Junxiao Shi almost 12 years ago
clock_gettime is not available on OSX.
OSX has mach_absolute_time but I can't understand it, so time::now() fallbacks to wall clock on OSX.
Updated by Junxiao Shi almost 12 years ago
- Status changed from Resolved to Closed
Actions