Difference between revisions of "Linux Tools Project/PERF/User Guide"
(→Overview) |
(→Overview) |
||
Line 1: | Line 1: | ||
+ | {{Linux_Tools}} | ||
+ | |||
+ | {{#eclipseproject:technology.linux-distros}} | ||
{{Linux_Tools}} | {{Linux_Tools}} | ||
Revision as of 13:53, 15 February 2012
Linux Tools | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
{{#eclipseproject:technology.linux-distros}}
Linux Tools | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
Overview
PERF is aperformance counters subsystem in Linux. Performance counters are CPU hardware registers that count hardware events such as instructions executed and cache-misses suffered. These counters aid in profiling applications to detect hotspots in the application. PERF provides per task, per CPU and per-workload counters, sampling on top of these and source code event annotation.
The PERF plug-in for Eclipse allows the developer to execute profiles in their applications in a seamlessly way, using quick launch actions and visualizing the results in an user-friendly interface.