Package com.sun.btrace

Interface Summary
AnyType This interface type is used in BTrace programs to tell that any reference type [object or array] is allowed in the place where it is used.
Profiler.MBeanValueProvider Helper interface to make accessing a Profiler as an MBean type safe.
 

Class Summary
BTraceUtils This class is an all-in-one wrapper for BTrace DSL methods
BTraceUtils.Aggregations  
BTraceUtils.Atomic  
BTraceUtils.Collections  
BTraceUtils.Counters  
BTraceUtils.D  
BTraceUtils.Export  
BTraceUtils.Numbers  
BTraceUtils.Profiling Profiling support.
BTraceUtils.References  
BTraceUtils.Reflective  
BTraceUtils.Speculation  
BTraceUtils.Strings  
BTraceUtils.Sys  
BTraceUtils.Sys.Env  
BTraceUtils.Sys.Memory  
BTraceUtils.Sys.VM  
BTraceUtils.Threads Namespaced methods
BTraceUtils.Time  
Profiler Profiler is a highly specialized aggregation-like data collector optimized for high-speed collection of the application execution call tree data.
Profiler.Record Record represents an atomic unit in the application execution call tree
Profiler.Snapshot Snapshot is an immutable image of the current profiling data collected by the Profiler

It is created by calling Profiler.snapshot() method