#5946 closed Bugs (fixed)
Process real cpu clock returns the system steady clock
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.48.0 | Component: | chrono |
Version: | Boost 1.47.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
I don't know why while I implemented these clocks I used the a system wide steady clock instead of a process one. While this is of course incorrect, the more common use is to make differences between two time points (duration) for which the result is equivalent.
Change History (3)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
Milestone: | To Be Determined → Boost 1.48.0 |
---|
Note:
See TracTickets
for help on using tickets.
To be precise, this issue is specific to windows platforms.