Nintendo 3DS CPU Profiler  4.05
 All Functions Enumerations Enumerator Groups Pages

Specifies what kind of sampled profile to take.

See Also
nnprofRuntimeControlSetSampleMethod
Enumerator
NN_PROF_SAMPLEMETHOD_TIME 

Sample based on time.

NN_PROF_SAMPLEMETHOD_PERFCOUNTER_MISS_ICACHE 

Sample based on instruction cache misses.

NN_PROF_SAMPLEMETHOD_PERFCOUNTER_MISS_DCACHE_READ 

Sample based on data cache reads.

NN_PROF_SAMPLEMETHOD_PERFCOUNTER_MISS_DCACHE_WRITE 

Sample based on data cache writes.

NN_PROF_SAMPLEMETHOD_PERFCOUNTER_BRANCH_MISPREDICTION 

Sample based on branch mispredictions.

NN_PROF_SAMPLEMETHOD_PERFCOUNTER_CYCLES_STALLED_INSTRUCTION 

Sample based on the cycles stalled waiting for an instruction.

NN_PROF_SAMPLEMETHOD_PERFCOUNTER_CYCLES_STALLED_DHAZARD 

Sample based on the cycles stalled due to data hazards.

NN_PROF_SAMPLEMETHOD_PERFCOUNTER_CYCLES_STALLED_LSU_FULL 

Sample based on the cycles stalled due to a full Load/Store queue.