Profiler Library Proposal

I have posted preliminary documentation and source code for a proposal for the boost profiler library at http://www.cdiggins.com/profiler/ . The code has been successfully compiled on Visual C++ 7.1 but not tested yet. There have been some updates to the code as a result of the suggestions made so far. Any further comments are appreciated. Christopher Diggins Object Oriented Template Library (OOTL) http://www.ootl.org

christopher diggins wrote:
I have posted preliminary documentation and source code for a proposal for the boost profiler library at http://www.cdiggins.com/profiler/ . The code has been successfully compiled on Visual C++ 7.1 but not tested yet.
There have been some updates to the code as a result of the suggestions made so far. Any further comments are appreciated.
Being able to generate a heirarchicle recording / output would be very useful (the profiler we use at work does this) so you can drill down into code areas that are running slow. cheers Martin
participants (2)
-
christopher diggins
-
Martin Slater