[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Performance tuning the Fedora Desktop
- From: Soeren Sandmann Pedersen <sandmann redhat com>
- To: Discussions about development for the Fedora desktop <fedora-desktop-list redhat com>
- Subject: Re: Performance tuning the Fedora Desktop
- Date: Wed, 12 May 2004 11:59:27 +0200
On Mon, 2004-05-10 at 18:12, Will Cohen wrote:
> However, one drawback of this statistical call grap information is one
> ends up with a call graph forest rather than a call graph tree. The
> sampling will miss the lone call that causes a lot of work unless the
> code happens to walk far enough up the stack. Does the sysprof stack
> tracer you use walked the entire user stack each time it takes a sample?
It traces up to 256 addresses, which is normally enough room for the
entire stack. Usually sysprof reports something like 96% time spent in
_libc_start_main(). I assume the remaining 4% is accounting for
applications that have either a very deep stack (> 256) causing another
function to appear as the first call, or are just weird in other ways.
Søren
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]