
7 Apr
2009
7 Apr
'09
4:21 p.m.
Robert Ramey wrote:
Here's how I do it in the serialization library.
I have a directory boost/libs/serialization/performance which is very similar to the boost/libs/serialization/test directory. In it I have a couple of performance tests - I need many more. I run the normal bjam system with the profile switch set
Are you doing this on Linux? profiling options to gcc are fairly useless there, since they produce bogus data. - Volodya