public interface IPerfStatData
Modifier and Type | Method and Description |
---|---|
int |
getCallCount()
Returns the number of times that the function has been called.
|
long |
getDuration()
Returns time elapsed to execute the function.
|
double |
getDurationPercent()
Returns time elapsed to execute the function.
|
String |
getFunctionInfo()
Returns the name and info about the function that this object describes.
|
String getFunctionInfo()
int getCallCount()
double getDurationPercent()
long getDuration()
Copyright © 2016. All rights reserved.