Macro ark_api::profiler::setup_profiler
source · [−]macro_rules! setup_profiler {
() => { ... };
}Expand description
Call at least once from your Module setup code to enable profiling
using the puffin profiler.
macro_rules! setup_profiler {
() => { ... };
}Call at least once from your Module setup code to enable profiling
using the puffin profiler.