static final class Tracer.Stat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
clockTime |
private int |
count |
private int[] |
extraInfo |
private int |
silent |
Constructor and Description |
---|
Stat() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getCount()
total count of tracers of a type, including silent
|
(package private) int |
getExtraInfo(int index)
total time spent doing additional things that we are clocking
|
(package private) int |
getSilentCount()
total count of silent tracers of a type
|
(package private) int |
getTotalTime()
total time spent in tracers of a type, in ms
|
private int count
private int silent
private int clockTime
private int[] extraInfo
int getCount()
int getSilentCount()
int getTotalTime()
int getExtraInfo(int index)