Profiler options
Drop-down list |
Option |
Description |
|---|---|---|
Method attribution |
Cumulative |
The profiler application calculates the time spent executing bytecode in a method and all methods that are invoked by that method. |
In method only |
The profiler application calculates the time spent executing bytecode in the specified method only. The timer stops when another method is invoked. |
|
What to profile |
Time (clock ticks) |
The profiler application measures execution time (measured in clock ticks). |
Number of objects created |
The profiler application calculates the number of objects that are created. |
|
Size of objects created |
The profiler application measures the size of objects that are created. |
|
Number of objects committed |
The profiler application calculates the number of committed objects. |
|
Size of objects committed |
The profiler application measures the size of committed objects. |
|
Number of objects moved to RAM |
The profiler application calculates the number of objects that are moved into memory. |
|
Size of objects moved to RAM |
The profiler application measures the size of objects that are moved into memory. |
|
User Counting |
The profiler application calculates user counting. |