public abstract class Profiler
extends java.lang.Object
Profiler class provides methods that interact with the
 profiler.| Constructor and Description | 
|---|
Profiler()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
addInitialEvent(java.lang.String s)  | 
static Profiler | 
getProfiler()
Returns the active Profiler instance. 
 | 
static void | 
setProfiler(Profiler profiler)
Sets the active Profiler instance. 
 |