void nnprofRuntimeControlSetCoresToProfile | ( | u32 | coreMask | ) |
Sets the core IDs that should be profiled.
This defaults to the value NN_PROF_CORE_0, this is equivalent to selecting Core 0 from the profiler GUI settings. If an invalid core is selected, the profiler will default back to profiling Core 0.
coreMask | A logical OR of values obtained from NN_PROF_CORE. |