Skip to main content

profile_log

Macro profile_log 

Source
macro_rules! profile_log {
    ($($arg:tt)*) => { ... };
}
Expand description

Log a profile message without blocking. Drops the message if the channel is full.