stperf 0.1.4

Simple profiling utility for single-threaded applications
Documentation
1
2
3
4
5
6
7
8
use format::*;

/// A print that actually does nothing. Exists for the `disabled`-feature.
pub fn print() {}
/// A print that actually does nothing. Exists for the `disabled`-feature.
pub fn print_with_format(format: FormattingOptions, decimals: u32) {}
/// A reset that actually does nothing. Exists for the `disabled`-feature.
pub fn reset() {}