public interface IPerfChildStats
Modifier and Type | Method and Description |
---|---|
int |
getCalled()
times this child was called from given parent
|
IPerfSchema |
getPerfSchema() |
long |
getTotal()
total ticks
|
void |
incrCalled()
increments the # of times called
|
void |
incrTotal(long ticks)
add to the total
|
IPerfSchema getPerfSchema()
int getCalled()
void incrCalled()
long getTotal()
void incrTotal(long ticks)
ticks
-