Boost logo

Boost :

From: Sérgio Vale e Pace (svpace.forum_at_[hidden])
Date: 2005-02-11 08:58:24


On Thu, 10 Feb 2005 17:33:19 -0700, Brian Braatz <brianb_at_[hidden]> wrote:
> Yes- those are the words I was trying to say.
>
> I might want to accumulate ALL of the calls, in one big honking list. Or
> I might want a "overview" of the average of each profile point.
>
> I think we need both, in addition to allowing me to put metadata into
> the profile point. Because with the metadata, I can now go back through
> the accumulated list and filter out what I care about.
>
> ** this is the big piece that is missing for me from off the shelf
> profilers **

smells like mixins to me. something like this would be apropriate (pseudo code)?
{
  profiler< log_all< log_overview<> > > prof;
  // profiled code
}

Sérgio


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk