# A [`pprof`](https://github.com/google/pprof) profiler implementation for rust programs [![CI](https://github.com/HalaOS/pprof-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/HalaOS/pprof-rs/actions/workflows/ci.yaml) [![Release](https://github.com/HalaOS/pprof-rs/actions/workflows/release.yaml/badge.svg)](https://github.com/HalaOS/pprof-rs/actions/workflows/release.yaml) [![Crates.io Version](https://img.shields.io/crates/v/hala-pprof-memory)](https://crates.io/crates/hala-pprof-memory) [![docs.rs](https://img.shields.io/docsrs/hala-pprof-memory) ](https://docs.rs/hala-pprof-memory) This project writes runtime profiling data in the format expected by the pprof visualization tool.