Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addThread(Thread) - Method in class one.profiler.AsyncProfiler
-
Add the given thread to the set of profiled threads.
- ALLOC - Static variable in class one.profiler.Events
- AsyncProfiler - Class in one.profiler
-
Java API for in-process profiling.
- AsyncProfilerMXBean - Interface in one.profiler
-
AsyncProfiler interface for JMX server.
C
- Counter - Enum Class in one.profiler
-
Which metrics to use when generating profile in collapsed stack traces format.
- CPU - Static variable in class one.profiler.Events
D
- dumpCollapsed(Counter) - Method in class one.profiler.AsyncProfiler
-
Dump profile in 'collapsed stacktraces' format
- dumpCollapsed(Counter) - Method in interface one.profiler.AsyncProfilerMXBean
- dumpFlat(int) - Method in class one.profiler.AsyncProfiler
-
Dump flat profile, i.e.
- dumpFlat(int) - Method in interface one.profiler.AsyncProfilerMXBean
- dumpTraces(int) - Method in class one.profiler.AsyncProfiler
-
Dump collected stack traces
- dumpTraces(int) - Method in interface one.profiler.AsyncProfilerMXBean
E
- Events - Class in one.profiler
-
Predefined event names to use in
AsyncProfiler.start(String, long) - Events() - Constructor for class one.profiler.Events
- execute(String) - Method in class one.profiler.AsyncProfiler
-
Execute an agent-compatible profiling command - the comma-separated list of arguments described in arguments.cpp
- execute(String) - Method in interface one.profiler.AsyncProfilerMXBean
G
- getInstance() - Static method in class one.profiler.AsyncProfiler
- getInstance(String) - Static method in class one.profiler.AsyncProfiler
- getSamples() - Method in class one.profiler.AsyncProfiler
-
Get the number of samples collected during the profiling session
- getSamples() - Method in interface one.profiler.AsyncProfilerMXBean
- getVersion() - Method in class one.profiler.AsyncProfiler
-
Get profiler agent version, e.g.
- getVersion() - Method in interface one.profiler.AsyncProfilerMXBean
I
L
O
- one.profiler - package one.profiler
R
- removeThread(Thread) - Method in class one.profiler.AsyncProfiler
-
Remove the given thread from the set of profiled threads.
- resume(String, long) - Method in class one.profiler.AsyncProfiler
-
Start or resume profiling without resetting collected data.
- resume(String, long) - Method in interface one.profiler.AsyncProfilerMXBean
S
- SAMPLES - Enum constant in enum class one.profiler.Counter
- start(String, long) - Method in class one.profiler.AsyncProfiler
-
Start profiling
- start(String, long) - Method in interface one.profiler.AsyncProfilerMXBean
- stop() - Method in class one.profiler.AsyncProfiler
-
Stop profiling (without dumping results)
- stop() - Method in interface one.profiler.AsyncProfilerMXBean
T
V
- valueOf(String) - Static method in enum class one.profiler.Counter
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class one.profiler.Counter
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
A C D E G I L O R S T V WAll Classes and Interfaces|All Packages|Constant Field Values