Package com.netcracker.profiler.agent
Interface InflightCall
- All Known Subinterfaces:
InflightCall_01,InflightCall_02
public interface InflightCall
-
Method Details
-
time
long time() -
method
int method() -
duration
int duration() -
suspendDuration
int suspendDuration() -
calls
int calls() -
traceFileIndex
int traceFileIndex() -
bufferOffset
int bufferOffset() -
recordIndex
int recordIndex() -
logsGenerated
int logsGenerated() -
logsWritten
int logsWritten() -
threadName
String threadName() -
cpuTime
long cpuTime() -
waitTime
long waitTime() -
memoryUsed
long memoryUsed() -
params
-