Package org.qubership.profiler.agent
Class LocalState
java.lang.Object
org.qubership.profiler.agent.LocalState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
thread
-
dumperIncarnation
public final int dumperIncarnation -
buffer
-
sp
public int sp -
callInfo
-
shortThreadName
-
stackTrace
public long[] stackTraceContains stack trace of current thread (method ids) paired with time when the method started Basically it is methodId | TimerCache.timerSHL32 -
isSystem
public boolean isSystem -
cpuTime
public long cpuTime -
waitTime
public long waitTime -
memoryUsed
public long memoryUsed -
fileRead
public long fileRead -
fileWritten
public long fileWritten -
netRead
public long netRead -
netWritten
public long netWritten -
transactions
public long transactions -
nextCpuStamp
public int nextCpuStamp -
nextWaitStamp
public int nextWaitStamp -
nextMemoryStamp
public int nextMemoryStamp -
additional
-
-
Constructor Details
-
LocalState
public LocalState()
-
-
Method Details