benchmarkValueCallback top-level property
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;
}