public static final class Profiler.Snapshot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
timeInterval |
long |
timeStamp |
Profiler.Record[] |
total |
Constructor and Description |
---|
Snapshot(Profiler.Record[] data,
long startTs,
long stopTs) |
public final long timeStamp
public final long timeInterval
public final Profiler.Record[] total
public Snapshot(Profiler.Record[] data, long startTs, long stopTs)