macro_rules! speed_test {
( $x:block ) => { ... };
( $function:expr ) => { ... };
() => { ... };
}Expand description
Print out all the runtime details into console
macro_rules! speed_test {
( $x:block ) => { ... };
( $function:expr ) => { ... };
() => { ... };
}Print out all the runtime details into console