
On Sunday 17 September 2006 11:27, Jeff Garland wrote:
No, there's a couple of date-time based timers floating around that measure wall clock time. You can find the most recent incarnation in the super_string (version 2) download in the vault
http://boost-consulting.com/vault/index.php?&direction=0&order=&directory=S trings%20-%20Text%20Processing
The code is in test/date_time_timer.hpp and you'll find some example usage in test/performance.cpp. Usage should be pretty obvious.
The long running goal has been to replace the current timer with something like the one above...it just hasn't been high enough on the priority list to get done yet.
Jeff
Thanks! Looking at the vault super_string library would probably be the last place I would look for a timer class, but it looks as if this is exactly what I need. This will fill the gap until the longer-term goals are achieved. Justin