public interface ProfilingValue extends java.lang.Comparable<ProfilingValue>
The entity that is described by the profiling value results from the actual interface returned by the descriptor property. The possible descriptor types are determined by the aggregation level that you specify when requesting the profiling data.
Aggregation
,
Descriptor
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the count of the measurement.
|
Descriptor |
getDescriptor(Connection connection)
Returns the descriptor that describes the entity of this profiling value.
|
short |
getLineNumber()
Returns the line number for the context from which the entity associated with this profiling value was called.
|
long |
getValue()
Returns the value of the measurement.
|
Descriptor getDescriptor(Connection connection)
connection
- the connection by which this heap value was createdshort getLineNumber()
Line numbers are only available if this feature is enabled on the "Features" tab of the profiling settings
and if the descriptor is a MethodDescriptor
.
long getValue()
int getCount()