Interface | Description |
---|---|
CodeBlockType |
Code block types are used to classify the code block traces into groups.
|
RuntimeConstraint |
A runtime constraint
|
Class | Description |
---|---|
CodeBlockHelper |
Helper class for the easy registration of custom code traces.
|
CodeBlockTrace |
A code block trace is the way that the platform has to register the execution of a given portion of code (code block).
|
CodeBlockTraces |
A collection of code block traces.
|
CodeBlockTracesComparator |
Class used to compare CodeBlockTrace's using several criterias.
|
CoreCodeBlockTypes |
Core code block types of the platform.
|
Profiler |
The profiler keeps track of threads execution with the following goals in mind:
Provide real-time information about where threads spend their execution time.
|
ProfilerHelper | |
StackTrace |
A snapshot of a thread execution at a given time.
|
ThreadProfile |
A thread profile holds detailed information about the execution of a given thread.
|
ThreadProfileComparator |
Class used to compare ThreadProfile block instances using several criterias.
|
ThreadProfileFilter |
Class used by the Profiler to get the list of thread to show.
|
TimeTrace |
A time trace is a way to group a sequence of stack traces in a hierarchical way.
|
TimeTraceComparator |
Class used to compare TimeTrace's using several criterias.
|
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.