Interface ReportNugget
public interface ReportNugget
-
Method Summary
Modifier and Type Method Description StatgetElements()StatgetInvocation()StatgetMemory()StatgetTime()intinstanceCount()voidreset()
-
Method Details
-
reset
void reset() -
instanceCount
int instanceCount() -
getTime
Stat getTime() -
getMemory
Stat getMemory() -
getInvocation
Stat getInvocation() -
getElements
Stat getElements()
-