Cargo Features
[dependencies]
tracing-prof = { version = "0.3.0", default-features = false, features = ["pprof", "pyroscope", "performant", "sampler-probabilistic"] }
- default = performant
-
The
performant
feature is set by default whenevertracing-prof
is added without
somewhere in the dependency tree.default-features = false - pprof pyroscope?
-
prost:
Pprof
Affects
reporter::pprof
… - pyroscope = pprof
-
Enables reqwest
Pyroscope
Affects
backend::pyroscope
… - performant default
-
minstant:
Performant
- sampler-probabilistic
-
Enables rand
Affects
sampler::probabilistic
…