Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted.
Sysprof has the following features:
* profiles all running processes, not just a single application
* Has a simple graphical interface
* Shows the time spent in each branch of the call tree
* Profiles can be loaded and saved
Continue Reading...
Monday, November 29, 2010
0 comments:
Post a Comment