This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] testsuite/performance
>If we're going have build support, being able to profile easily would
>be very useful. This involves building the library with profiling,
>building the testcase with profiling, and running gprof or oprofile.
>Profiling would be handy as I almost invariable forget to build with
>-fprofile-arcs the first time in addition to -pg :-)
>
>Profiling would definitely not want to run all test cases at the same
>time.
This is a very interesting bit. I'm going to check in the documentation
and tests that I've got, but adding profiling details was something I
was planning on adding to either the testing or debugging documentation
at some point. The Makefile bits might be interesting as well.
Here's hoping you beat me to it....
-benjamin