On the General tab set the following options
Drop-down list Option
Method attribution Cumulative
In method only
Step
Click Source code.
Click Break when exception thrown.
Click Break on new object.
Description
The profiler tool calculates the time spent executing bytecode in a method and all methods that the method invokes. The profiler tool calculates the time spent executing bytecode in that method only. The timer stops when a call is made to another method.
|
Drop-down list |
Option |
Description |
|
Sort method by |
Count |
The profiler tool sorts methods in the profile pane by the number of times the application executed the item. |
|
Profiled data (select in "What to profile") |
The profiler tool sorts methods in the profile pane by the data you choose to profile. | |
|
What to profile |
Time (clock ticks) |
The profiler tool considers execution time (measured in clock ticks). |
|
Number of objects created |
The profiler tool considers the number of objects that the application created. | |
|
Size of objects created |
The profiler tool considers the size of the objects that the application created. | |
|
Number of objects committed |
The profiler tool considers the number of objects that the application committed. | |
|
Size of objects committed |
The profiler tool considers the size of the objects that the application committed. | |
|
Number of objects moved to RAM |
The profiler tool considers the number of objects that the application moved into memory. | |
|
Size of objects moved to RAM |
The profiler tool considers the size of the objects that the application moved into memory. | |
|
User Counting |
The profiler tool considers user counting. |
Average user rating: 5 stars out of 1 votes
Post a comment