opsPerSecond property
double
get
opsPerSecond
Operations per second.
Implementation
double get opsPerSecond => iterations / (totalMicros / 1000000);
Operations per second.
double get opsPerSecond => iterations / (totalMicros / 1000000);