Home > Profiling Results
Profiling Results - Application Performance
When you analyze application performance, the results in the
Profiling Results tab displays data on the time and number
of invocations for executing each method.
Application performance is profiled when you choose the following profiling tasks:
The Profiling Results tab
To open the Profiling Results tab, click the Live Results button
(
) in the Profiler window.
You can make Profiler update the displayed profiling results automatically
at short intervals (about 2 seconds) by clicking the Update Results Automatically
button (
)
in the toolbar.
Working inside the results
You can right-click any profiling result to access the following commands:
- Go To Source.
For the current method,
Profiler loads the source .java file and scrolls to this method's
location in the code.
- Add to Instrumentation Roots.
Adds the current method to the list of roots for partial application
profiling.
See also