TimeHistogram.countMicros

Counts a transaction that took us µs to complete by incrementing the corresponding histogram bin and the total number of transactions and adding us to the total transaction time.

struct TimeHistogram
ulong
countMicros
(
ulong us
)

Parameters

us ulong

the transaction completion time in microseconds

Return Value

Type: ulong

us

Meta