MeasureValue class

Constructors

MeasureValue(String funcName, {int totalHits = 0, int totalPendingHits = 0, int totalDurationNs = 0, int lastDurationNs = -1, int lowestDurationNs = -1, int highestDurationNs = -1})

Properties

funcName String
final
hashCode int
The hash code for this object.
no setterinherited
highestDurationNs int
getter/setter pair
lastDurationNs int
getter/setter pair
lowestDurationNs int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDurationNs int
getter/setter pair
totalHits int
getter/setter pair
totalPendingHits int
getter/setter pair

Methods

getAvgTimePerRequest() String
getHighestDurationAsMs() String
getLastDurationAsMs() String
getLowestDurationAsMs() String
getRequestRate() String
getTotalDurationAsMs() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
stop(int durationInNs) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

HEADERS List<String>
final