tokio-eld 0.2.0

Histogram-based sampler for recording and analyzing event loop delays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tokio-eld"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Histogram-based sampler for recording and analyzing event loop delays"

[dependencies]
hdrhistogram = "7.5.4"
tokio = { version = "1", features = ["rt", "time"] }

[dev-dependencies]
tokio = { version = "1", features = ["rt", "time", "macros"] }