PerfCounterSnapshot class

A snapshot of a PerfCounter's values.

Implementers

Constructors

PerfCounterSnapshot(PerfCounter counter)
Creates a new snapshop from a the specified counter.

Properties

hashCode int
The hash code for this object.
no setterinherited
maxTimeInMicroseconds int
Maximum elapsed time for a single call (in microseconds).
final
name String
The counter's name or label.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int
Total number of calls.
final
totalErrors int
Total number of errors.
final
totalTimeInMicroseconds int
Total elapsed time (in microseconds).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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