public interface CpuHotspots
This object is returned by
Connection.getCpuHotspots
.
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfilingValue> |
getHotspots()
Returns the hot spot values.
|
long |
getTotalTime()
Returns the total execution time in microseconds for all hot spots that are included in this data object.
|
long getTotalTime()
java.util.List<ProfilingValue> getHotspots()
ProfilingValue
objects
depends on the aggregation level that was specified for the calculation of the allocation hot spots.