Specifies a performance counter group to gather data on when profiling.
The values in this enumeration match those selectable from the PC.
Enumerator |
---|
NN_PROF_PERFCOUNTERGROUP_NONE |
Do not record performance counters.
|
NN_PROF_PERFCOUNTERGROUP_INSTRUCTION_MISSES_AND_BUS_CONTENTION |
Record Instruction Misses and Bus Contention counters.
|
NN_PROF_PERFCOUNTERGROUP_INSTRUCTION_AND_ICACHE_EFFICIENCY |
Record Instruction and Instruction Cache Efficiency counters.
|
NN_PROF_PERFCOUNTERGROUP_MEMORY_AND_COMPUTE_PERFORMANCE |
Record Memory and Compute Performance counters.
|
NN_PROF_PERFCOUNTERGROUP_DATA_CACHE_READ_PERFORMANCE |
Record Data Cache Read Performance counters.
|
NN_PROF_PERFCOUNTERGROUP_DATA_CACHE_WRITE_PERFORMANCE |
Record Data Cache Write Performance counters.
|
NN_PROF_PERFCOUNTERGROUP_PRESSURE_ON_LOAD_STORE_QUEUE |
Record Pressure on Load/Store Queue counters.
|
NN_PROF_PERFCOUNTERGROUP_MISPREDICTED_BRANCHES |
Record Mispredicted Branches counters.
|