Performance profiling with flamegraphs
Flamegraph ile performans profilleme
Linux perf olaylari
perf-event = "0.4"Flamegraph olusturma
inferno = "0.11"Sembol cozumleme
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"