com.sun.btrace
Class Profiler.Snapshot

java.lang.Object
  extended by com.sun.btrace.Profiler.Snapshot
Enclosing class:
Profiler

public static final class Profiler.Snapshot
extends java.lang.Object

Snapshot is an immutable image of the current profiling data collected by the Profiler

It is created by calling Profiler.snapshot() method

Since:
1.2

Field Summary
 long timeInterval
           
 long timeStamp
           
 Profiler.Record[] total
           
 
Constructor Summary
Profiler.Snapshot(Profiler.Record[] data, long startTs, long stopTs)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeStamp

public final long timeStamp

timeInterval

public final long timeInterval

total

public final Profiler.Record[] total
Constructor Detail

Profiler.Snapshot

public Profiler.Snapshot(Profiler.Record[] data,
                         long startTs,
                         long stopTs)