macro_rules! profile_start {
($name:ident) => { ... };
}Expand description
The profile_start! macro initializes a TimeLapse instance to start profiling.
It takes an identifier as an argument, which will be used to reference the profiler instance.