Oprofile
Posted Dec 10, 2008 14:13 UTC (Wed) by
corbet (editor, #1)
In reply to:
Dueling performance monitors by zooko
Parent article:
Dueling performance monitors
Oprofile is a profiler - it tells you where your program is running. Performance monitors tell you more about why it's running in a particular area. With a performance monitor, you can, for example, determine whether a reorganization of a data structure reduces cache misses or not. It's a different level of information.
(
Log in to post comments)