Docs.rs
tracing-timing-0.7.0
tracing-timing 0.7.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jonhoo
Dependencies
crossbeam ^0.8
normal
doc-comment ^0.3
normal
fxhash ^0.2
normal
hdrhistogram ^7.5.0
normal
indexmap ^2.10.0
normal
quanta ^0.12.6
normal
slab ^0.4.1
normal
tracing-core ^0.1.22
normal
tracing-subscriber ^0.3.8
normal
optional
itertools ^0.14.0
dev
rand ^0.9.1
dev
rand_distr ^0.5.1
dev
tracing ^0.1.2
dev
tracing-attributes ^0.1.24
normal
optional
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module group
tracing_
timing
0.7.0
Module group
Module Items
Structs
In crate tracing_
timing
tracing_timing
Module
group
Copy item path
Source
Expand description
Commonly used span and event grouping mechanisms.
Structs
§
ByField
Group spans/events by the value of a particular field.
ByMessage
Group events by their “message”.
ByName
Group spans/events by their “name”.
ByTarget
Group spans/events by their configured
target
.