[go: up one dir, main page]

pprof 0.3.11

An internal perf tools for rust programs.
Documentation
1
2
3
4
fn main() {
    #[cfg(feature = "protobuf")]
    prost_build::compile_protos(&["proto/profile.proto"], &["proto/"]).unwrap();
}