
If anyone has a POSIX high-resolution timer modeled on the Boost.Timer concept to share, it would be greatly appreciated! I would also appreciate new profiling policies, to include as examples.
Check ML archive. There was once an implementation posted.
PS: this profiling tool seems to be a natural fit for the Boost.Test macros like BOOST_CHECK_NO_THROW, I currently use something like:
BOOST_PROFILE_AND_CHECK_NO_THROW(TKN) BOOST_CHECK_NO_THROW(BOOST_PROFILE(TKN))
Could you please clarify what exactly it's suposed to do? BOOST_CHECK_NO_THROW makes sure that expression doesn't throw. How do you connect it with profiling? Couple notes: 1. Next version of Boost.Test includes test cases timing. 2. I do interested in high resolution timer for both Windows and Unix(es). I found couple places online and in this ML archive that have what I need. 3. I am interested in adding enhanced profiling abbilities to Boost.Test or somehow integrating standalone solution into Bosot.Test facilities. But to desing the integration I need to understand better what and how you are trying to do.
Christopher Diggins Object Oriented Template Library (OOTL) http://www.ootl.org
Regards, Gennadiy