Package one.nio.os.perf
Class PerfSample
java.lang.Object
one.nio.os.perf.PerfSample
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sampleId
public long sampleId -
ip
public long ip -
pid
public int pid -
tid
public int tid -
time
public long time -
addr
public long addr -
cpu
public int cpu -
res
public int res -
period
public long period -
values
public long[] values -
callchain
public long[] callchain
-
-
Constructor Details
-
PerfSample
public PerfSample()
-