Crates.io | ckb-vm-pprof-converter |
lib.rs | ckb-vm-pprof-converter |
version | 0.119.0 |
source | src |
created_at | 2023-11-22 06:30:36.258695 |
updated_at | 2024-10-25 08:56:31.833312 |
description | Convert raw data generated by ckb-vm-pprof to proto format accepted by Google's pprof tool |
homepage | |
repository | |
max_upload_size | |
id | 1044910 |
size | 111,762 |
This project converts raw data emitted by ckb-vm-pprof to profile.proto format supported by pprof for detailed analysis.
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