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.
macro_rules! prof_init {
() => { ... };
}
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.