Red Hat Developer Day – 26 June 201250
Profiling Your Executable
●
Right-click on executable and select Profile As...
●
Profile button profiles last executable or use pull-down arrow
●
Multiple profile tools supported
●
Valgrind (memory allocation profiling)
–
Provided in RHEL eclipse-valgrind package
●
Oprofile (requires hardware counters so won't work under VM)
–
Provided in RHEL eclipse-oprofile package
●
Oprofile (manual) – use this if you want to control the daemon manually
●
Function Callgraph (function call tracing)
–
Provided in RHEL eclipse-callgraph package
Kommentare zu diesen Handbüchern