Macro laptimer::print[][src]

macro_rules! print {
    () => { ... };
}
Expand description

Print a message to stdout containing the file and line number, plus the number of milliseconds elapsed since the last call to this macro (or 0 if this is the first call).