Searched refs:numCyclesWithInstrTypeIssued (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dexec_stage.cc90 numCyclesWithInstrTypeIssued[unitId]++;
182 numCyclesWithInstrTypeIssued
196 numCyclesWithInstrTypeIssued.subname(i, csprintf("ALU%d",i));
200 numCyclesWithInstrTypeIssued.subname(numSIMDs, csprintf("GM"));
202 numCyclesWithInstrTypeIssued.subname(numSIMDs + 1, csprintf("LM"));
H A Dexec_stage.hh86 Stats::Vector numCyclesWithInstrTypeIssued; member in class:ExecStage

Completed in 5 milliseconds