1 unstable release
Uses old Rust 2015
0.0.1 | Apr 9, 2016 |
---|
#87 in #region
60 downloads per month
Used in tinyecs
8KB
204 lines
tinyprof
Simple region based profiler.
{
profile_region!("Root region");
// something heavy
{
profiler_region!("sub region 1");
// something heavy
}
{
profiler_region!("sub region 2");
// something heavy
}
profiler_next_frame();
}
Dependencies
~0.7–1MB
~17K SLoC