Skip to main content

profile_log

Macro profile_log 

Source
macro_rules! profile_log {
    (target: $target:expr, $level:expr, $($arg:tt)+) => { ... };
}
Expand description

Logs profiling information; compiled out unless the profile feature is enabled.

Arguments are neither evaluated nor formatted when disabled.