JProfiler API

Package com.jprofiler.api.platform.structures

This package contains data structures that are used by both profiling data and request parameters.

See:
          Description

Interface Summary
HeapValue Contains information about allocated instances of a class or package.
Payload Represents payload by built-in or user-defined interceptors.
ProfilingValue Contains information about a CPU or memory profiling measurement in a call tree or hot spot list.
ThreadInfo Describes a thread.
Tree Describes a call tree.
 

Package com.jprofiler.api.platform.structures Description

This package contains data structures that are used by both profiling data and request parameters.

See the API overview for general remarks on the profiling plaftform and on how to use the JProfiler API.


JProfiler API