Package | Description |
---|---|
com.ibm.java.diagnostics.healthcenter.api | |
com.ibm.java.diagnostics.healthcenter.api.profiling |
Class and Description |
---|
ProfilingData
This class represents all the profiling data that was processed by Health
Center.
|
Class and Description |
---|
MethodProfileData
This class represents profiling data for a specific method.
|
MethodProfileTime
This class represents a time that a method was called.
|
MethodProfilingNode
This class represents a node in the hierarchy of called and calling methods.
|
ProfilingEvent
This class defines the values returned when a profiling event takes place and
is used by the ProfilingEventListener interface
|
ProfilingEventListener
This interface needs to be implemented to receive notifications via the profilingEvent call
every time a profiling event takes place
|
ProfilingMethod |