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

/gem5/src/gpu-compute/
H A Dexec_stage.cc71 numCyclesWithNoInstrTypeIssued[unitId]++;
77 numCyclesWithNoInstrTypeIssued[unitId]++;
84 numCyclesWithNoInstrTypeIssued[unitId]++;
189 numCyclesWithNoInstrTypeIssued
197 numCyclesWithNoInstrTypeIssued.subname(i, csprintf("ALU%d",i));
201 numCyclesWithNoInstrTypeIssued.subname(numSIMDs, csprintf("GM"));
203 numCyclesWithNoInstrTypeIssued.subname(numSIMDs + 1, csprintf("LM"));
H A Dexec_stage.hh90 Stats::Vector numCyclesWithNoInstrTypeIssued; member in class:ExecStage

Completed in 5 milliseconds