benchmarkValueCallback top-level property

set benchmarkValueCallback (BenchmarkValueCallback? callback)

A callback for receiving benchmark values.

Each benchmark value is labeled by a name and has a double value.

Implementation

set benchmarkValueCallback(BenchmarkValueCallback? callback) {
  engineBenchmarkValueCallback = callback;
}