Live Results Window - Profiling Application Performance

Use to display data on the time and number of invocations for executing each method. The results that are displayed in the Live Results window depend upon which profiling task is in progress.

The following context commands are available when you right-click a method:

Element Description

Self time

Displays the time spent in all the invocations of the method. This data is displayed graphically as a percentage of the total time and as the actual amount of time.

Invocations

Displays the number of times that the method was invoked.

Go To Source

Displays the source .java file for the selected method in the Source Editor. The cursor is placed at this method's location in the code.

Add to Instrumentation Roots

Adds the selected method to the list of root methods available when profiling part of an application.


Click Method Name Filter (Filter icon.) at the bottom of the Live Results window to filter the list of methods that are displayed.


Related Topics

Developing Applications with NetBeans IDE,

Developing Applications with NetBeans IDE,

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.