BenchmarkValueCallback typedef

BenchmarkValueCallback = void Function(String name, double value)

Signature of the callback that receives a benchmark value labeled by name.

Implementation

typedef BenchmarkValueCallback = void Function(String name, double value);