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
14
15
16
17
18
[dependencies.hdrhistogram]
version = "7.5.4"

[dependencies.tokio]
features = ["rt", "time"]
version = "1"

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

[package]
description = "Histogram-based sampler for recording and analyzing event loop delays"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "tokio-eld"
readme = "README.md"
version = "0.2.0"