JProfiler API

Package com.jprofiler.api.platform.descriptors

This package contains classes that represent different types of nodes in call trees.

See:
          Description

Interface Summary
ArrayDescriptor Descriptor for an array type.
ClassDescriptor Descriptor for a class.
Descriptor A descriptor describes the contents of a profiling value or a heap value.
MethodDescriptor Descriptor for an array type.
PackageDescriptor Descriptor for a package.
PayloadDescriptor Descriptor for a payload.
URLDescriptor Descriptor for a URL node.
 

Package com.jprofiler.api.platform.descriptors Description

This package contains classes that represent different types of nodes in call trees.

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


JProfiler API