| Interface | Description |
|---|---|
| IProfile | |
| TransactionProfileService | |
| TransactionProfileSession |
This tracks extra detail about transactions and instrumentation points
to help identify missing instrumentation.
|
| Class | Description |
|---|---|
| BaseTree<S extends ProfileSegment> | |
| DiscoveryProfile |
This thing tracks stack traces for invocations of leaf tracers that occur outside
of transactions to help identify uninstrumented transactions.
|
| Murmur3StringMap | |
| Profile |
Execution profile over a time period
|
| ProfiledMethod |
This class represents an execution point in the code.
|
| ProfiledMethodFactory | |
| ProfilerService | |
| ProfileSampler |
Sample stack traces for the profiles in a profiling session.
|
| ProfileSegment |
This class tracks thread sampling data for an execution point.
|
| ProfileSession | |
| ProfileTree |
This class holds thread sampling data for threads of a given thread grouping.
|
| SimpleProfileSegment | |
| TraceProfileSegment | |
| TransactionActivityTree | |
| TransactionProfileSessionImpl |