Skip navigation links
A C D E G I L O R S V W 

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 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. the histogram of the hottest methods
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. "1.0"
getVersion() - Method in interface one.profiler.AsyncProfilerMXBean
 

I

ITIMER - Static variable in class one.profiler.Events
 

L

LOCK - Static variable in class one.profiler.Events
 

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

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
 

V

valueOf(String) - Static method in enum one.profiler.Counter
Returns the enum constant of this type with the specified name.
values() - Static method in enum one.profiler.Counter
Returns an array containing the constants of this enum type, in the order they are declared.

W

WALL - Static variable in class one.profiler.Events
 
A C D E G I L O R S V W 
Skip navigation links