Rust bindings to Google's gperftools for CPU profiling and heap analysis.
# Cargo.toml
[dependencies]
gperftools = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start and stop CPU profiling with gperftools.
Install gperftools via your package manager (e.g., `apt install google-perftools` on Ubuntu).
No dependency data recorded yet.