
11 Feb
2005
11 Feb
'05
1:58 p.m.
On Thu, 10 Feb 2005 17:33:19 -0700, Brian Braatz <brianb@rmtg.com> 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