Expand description
A tool for use with the hdrhistogram crate, a rust port of HdrHistogram, that provides
a clean interface with sane defaults for off-thread serialization of HdrHistogram interval
logs to file.
Structs
- Provides off-thread serialization of HdrHistogram interval logs to file.
Enums
- Unifies all the errors that might occur from using a
HistLogin one enum.
Constants
- Capacity of
crossbeam_channel::boundedqueue used to communicate between the measuring thread and the writer thread - Significant figure passed to
hdrhistogram::Histogram::newupon construction - Amount of time
HistLog::dropwill spin on a full channel to the writer thread to send a terminate signal
Functions
- Returns
Durationas number of nanoseconds (u64)
Type Aliases
- Type of value recorded to the hdrhistogram