Package org.robolectric.pluginapi.perf
Class Metric
java.lang.Object
org.robolectric.pluginapi.perf.Metric
Metric for perf stats collection.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Metric
-
Metric
-
-
Method Details
-
getName
-
getCount
public int getCount() -
getElapsedNs
public long getElapsedNs() -
getMinNs
public long getMinNs() -
getMaxNs
public long getMaxNs() -
isSuccess
public boolean isSuccess() -
record
public void record(long elapsedNs) -
incrementCount
public void incrementCount() -
equals
-
hashCode
public int hashCode() -
toString
-