| Interface | Description |
|---|---|
| I_CmsProfilingHandler |
Profiling handler interface which gets informed of method call durations.
|
| Class | Description |
|---|---|
| CmsDefaultProfilingHandler |
Default profiling handler which only has a single instance and delegates method calls to its
registered child handlers.
|
| CmsProfilingInvocationHandler |
Invocation handler used to measure method calls durations.
|
| CmsThreadStatsTreeProfilingHandler |
Builds up a tree whose nodes correspond to stack trace lines of the threads calling this
profiling handler.
|
| CmsThreadStatsTreeProfilingHandler.Node |
The tree node.
|