Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 viboes, 11 years ago

Resolution: fixed
Status: newclosed

(In [74450]) Chrono: fixed #5909: process_cpu_clock::now() on MAC gives time_points 1/1000 times + improve simple_stopwatch

comment:2 by viboes, 11 years ago

Milestone: To Be DeterminedBoost 1.48.0
Note: See TracTickets for help on using tickets.