macro_rules! speed_test_log {
( $x:block ) => { ... };
( $function:expr ) => { ... };
() => { ... };
}Expand description
With this macro you can log all the runtime detalis into a file located in binary’s folder
macro_rules! speed_test_log {
( $x:block ) => { ... };
( $function:expr ) => { ... };
() => { ... };
}With this macro you can log all the runtime detalis into a file located in binary’s folder