13个版本

0.3.3 2019年11月1日
0.3.2 2019年11月1日
0.2.3 2019年10月31日
0.1.4 2019年10月25日

#221 in 性能分析

每月21次下载

Apache-2.0

29KB
845 代码行

rsperftools


rsperftools::PROFILER.write().unwrap().start(100).unwrap();

// Some codes

match rsperftools::PROFILER.read().unwrap().report().build() {
    Ok(report) => {
        let file = File::create("flamegraph.svg").unwrap();
        report.flamegraph(file).unwrap();

        println!("report: {}", &report);
    }
    Err(_) => {}
};

依赖

~6–16MB
~226K SLoC