Package com.webmethods.rtl.util.perf
Interface IPerfChildStats
public interface IPerfChildStats
-
Method Details
-
getPerfSchema
IPerfSchema getPerfSchema()- Returns:
-
getCalled
int getCalled()times this child was called from given parent- Returns:
-
incrCalled
void incrCalled()increments the # of times called -
getTotal
long getTotal()total ticks- Returns:
-
incrTotal
void incrTotal(long ticks) add to the total- Parameters:
ticks
-
-