Registry / observability / pyroscope-pprofrs

pyroscope-pprofrs

JSON →
library0.2.10rscratesunverified

pprof-rs backend for the Pyroscope profiler, enabling CPU profiling in Rust applications.

# Cargo.toml [dependencies] pyroscope_pprofrs = "0.2.10"
INSTALL
IMPORT
SIG · PYROSCOPE-PPROFRS
P
pyroscope-pprofrs
observabilityrustv0.2.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PprofBackend
use pyroscope_pprofrs::PprofBackend;

Creates a new PprofBackend instance for profiling.

use pyroscope_pprofrs::PprofBackend; fn main() { let backend = PprofBackend::new(); println!("Pprof backend created: {:?}", backend); }
Debug
Known issues
gotchaRequires the 'pprof' feature flag to be enabled in pyroscope.
fix
Add `pyroscope = { version = "...", features = ["pprof"] }` to Cargo.toml.
affects: >=0.2.0
Upgrade
Version history
0.2.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Resources
pyroscope-pprofrs — cargo add pyroscope-pprofrs · libregistry