Performance profiling with flamegraphs
Flamegraph ile performans profilleme
Linux perf olayları
perf-event = "0.4"Flamegraph oluşturma
inferno = "0.11"Sembol çözümleme
symbolic = "12"Copy this Cargo.toml to get started:
[package]
name = "my-profiler"
version = "0.1.0"
edition = "2021"
[dependencies]
perf-event = "0.4"
inferno = "0.11"
symbolic = "12"
thiserror = "1"
tracing = "0.1"