tic 0.6.0

a high-performance stats library focused on rates and latencies from timestamped events
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod allans;
mod counters;
mod gauges;
mod heatmaps;
mod histograms;
mod meters;
mod sample;

pub use self::allans::Allans;
pub use self::counters::Counters;
pub use self::gauges::Gauges;
pub use self::heatmaps::Heatmaps;
pub use self::histograms::Histograms;
pub use self::meters::Meters;
pub use self::sample::Sample;