perf-tools 0.1.1

library and tools for Linux perf
Documentation
1
2
3
4
5
6
use std::io::Result;

fn main() -> Result<()> {
    prost_build::compile_protos(&["proto/profile.proto"], &["proto/"])?;
    Ok(())
}