2 个版本
0.1.1 | 2024年3月31日 |
---|---|
0.1.0 | 2024年3月31日 |
#253 in 性能分析
6KB
90 行
用法
nm -CS /path/to/kernel >/path/to/ksym
# OPTIONS: a combination of o, x, and/or i (see source code)
# FREQ: CPU frequency in GHz (assumes constant_tsc, check lscpu on Linux)
cargo run -- /path/to/redoxfs/root/profiling.txt /path/to/ksym OPTIONS FREQ | inferno-collapse-perf | inferno-flamegraph >/path/to/flamegraph.svg
依赖项
~130KB