Interface ReportNugget
public interface ReportNugget
-
Method Summary
Modifier and Type Method Description Stat
getElements()
Stat
getInvocation()
Stat
getMemory()
Stat
getTime()
int
instanceCount()
void
reset()
-
Method Details
-
reset
void reset() -
instanceCount
int instanceCount() -
getTime
Stat getTime() -
getMemory
Stat getMemory() -
getInvocation
Stat getInvocation() -
getElements
Stat getElements()
-