Re: [PATCH 2/2] tracing: add average time in function to functionprofiler

From: Steven Rostedt
Date: Thu Mar 26 2009 - 19:14:27 EST



On Fri, 27 Mar 2009, Stephen Rothwell wrote:

> Hi Steve,
>
> On Wed, 25 Mar 2009 21:07:39 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> >
> > From: Steven Rostedt <srostedt@xxxxxxxxxx>
> >
> > Show the average time in the function (Time / Hit)
>
> Just wondering why we need to do this in the kernel ... there is already
> enough information for a user to figure these averages out.

I also plan on adding a profiler_option file to let you sort by Hit, Time,
or Avg. I'm working on a project at the University that would like to see
that. Yes, it can be done by userspace too, but it is very simple to do in
the kernel (just pick what to sort by since it already has the sorting
algorithm). Userspace, can do it, but it is much more clumsy at it.

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/