
27 Sep
2011
27 Sep
'11
9:08 p.m.
CPU Timers page: - There's no information on thread safety. stop(), for example is not reentrant. I guess that the functions are not thread-safe, as it is the case of Boost.Stopwatch. As far as the timers/stopwatches are stored on the stack there is no problem. The problem appears when the user shares
Le 27/09/11 17:42, Stewart, Robert a écrit : these timers/stopwatches between several threads.
- There's no information on Boost.Timers overhead relative to timing the target code.
Are you asking for the overhead of the time computations or the reporting? Best, Vicente