Macro prof_stop

Source
macro_rules! prof_stop {
    ($var: literal) => { ... };
}
Expand description

Write to the /tmp/hc_perf_control to disable perf sampling if ${$var} is defined.

This macro doesn’t generate any code if the profiling feature is disabled.