Macro prof_init

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

Attempt to open a fifo at the path /tmp/hc_perf_control.

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