The description of the time_duration::ticks_per_second method reads:
"Return the number of ticks in a second. For example, if the duration supports nanoseconds then the returned result will be 1000000."
Shouldn't it be 1000000000 or change nano to micro?
and in cvs at:
Thanks