#5909 closed Bugs (fixed)
process_cpu_clock::now() on MAC gives time_points 1/1000 times
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.48.0 | Component: | chrono |
Version: | Boost 1.47.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
The process_cpu_clock is nanoseconds, but the internal computation was done in microseconds.
sleping for milliseconds(10) gives a difference of {10000;10000;0} nanoseconds
Change History (2)
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Milestone: | To Be Determined → Boost 1.48.0 |
---|
Note:
See TracTickets
for help on using tickets.
(In [74450]) Chrono: fixed #5909: process_cpu_clock::now() on MAC gives time_points 1/1000 times + improve simple_stopwatch