#pprof #proto #data #format #convert #raw #ckb-vm-pprof

app ckb-vm-pprof-converter

Convert raw data generated by ckb-vm-pprof to proto format accepted by Google's pprof tool

5 releases (breaking)

new 0.116.1 May 11, 2024
0.115.0-rc2 Mar 21, 2024
0.114.0 Mar 1, 2024
0.113.0 Jan 10, 2024
0.112.1 Nov 22, 2023

#315 in Magic Beans

Download history 13/week @ 2024-02-19 171/week @ 2024-02-26 10/week @ 2024-03-04 3/week @ 2024-03-11 76/week @ 2024-03-18 24/week @ 2024-04-01 1/week @ 2024-04-08 170/week @ 2024-05-06

170 downloads per month

MIT license

99KB
2.5K SLoC

ckb-vm-pprof-converter

This project converts raw data emitted by ckb-vm-pprof to profile.proto format supported by pprof for detailed analysis.

Usage

Follow the steps from ckb-vm-pprof, but instead of generating flamegraphs at the last step, use:

cargo run -- --bin res/fib | ckb-vm-pprof-converter

This will generate a output.pprof file in local folder, which you can then load to pprof:

pprof res/fib output.pprof

Dependencies

~2.7–4.5MB
~81K SLoC