|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.btrace.Profiler.Snapshot
public static final class Profiler.Snapshot
Snapshot is an immutable image of the current profiling data collected
by the Profiler
It is created by calling Profiler.snapshot() method
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 |
---|
public final long timeStamp
public final long timeInterval
public final Profiler.Record[] total
Constructor Detail |
---|
public Profiler.Snapshot(Profiler.Record[] data, long startTs, long stopTs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |