$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Performance measurement
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-04-07 12:21:22
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