compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #26668
[Bug 888039] Re: Gradual degradation in desktop performance.
Michael, to find the cause of high CPU usage you need a profiler, not a
debugger.
Most profilers need special code compiled in to your application, but Valgrind has a plugin Callgrind that works with any existing binary (as do all valgrind plugins):
http://valgrind.org/docs/manual/cl-manual.html
Callgrind will give you nice sorted lists of the functions using the
highest CPU. It is not for beginners though. Maybe later I will write a
HOWTO on profiling compiz with callgrind so more people can give it a go
and provide some nice rich data on compiz performance.
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/888039
Title:
Gradual degradation in desktop performance.
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/888039/+subscriptions
Follow ups
References