|
JProfiler API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProfilingValue
Contains information about a CPU or memory profiling measurement in a call tree or hot spot list.
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
Method Summary | |
---|---|
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. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
Descriptor getDescriptor(Connection connection)
connection
- the connection by which this heap value was created
short 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()
|
JProfiler API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |