1个不稳定版本
使用旧的Rust 2015
0.0.1 | 2016年4月9日 |
---|
#71 in #region
用于tinyecs
8KB
204 行
tinyprof
基于区域的简单分析器。
{
profile_region!("Root region");
// something heavy
{
profiler_region!("sub region 1");
// something heavy
}
{
profiler_region!("sub region 2");
// something heavy
}
profiler_next_frame();
}
依赖关系
~0.6–1MB
~15K SLoC