pprof 0.6.2

An internal perf tools for rust programs.
Documentation
1
2
3
4
5
6
// Copyright 2019 TiKV Project Authors. Licensed under Apache-2.0.

fn main() {
    #[cfg(feature = "protobuf")]
    prost_build::compile_protos(&["proto/profile.proto"], &["proto/"]).unwrap();
}