describeOn

fun describeOn(builder: StringBuilder, unit: ReportingUnit)

Describe this statistic as though its samples are durations in nanoseconds.

Unsynchronized, so only use if you know no other Thread could have written to it since the last happens-before/happens-after fence.

Parameters

builder

Where to describe this statistic.

unit

The units to use to report the statistic.