Searched refs:collectStatistics (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dexec_stage.cc66 ExecStage::collectStatistics(enum STAT_STATUS stage, int unitId) { function in class:ExecStage
137 collectStatistics(IdleExec, unitId);
141 collectStatistics(BusyExec, unitId);
149 collectStatistics(PostExec, 0);
H A Dscoreboard_check_stage.hh77 void collectStatistics(Wavefront *curWave, int unitId);
H A Dexec_stage.hh95 void collectStatistics(enum STAT_STATUS stage, int unitId);
H A Dscoreboard_check_stage.cc97 ScoreboardCheckStage::collectStatistics(Wavefront *curWave, int unitId) function in class:ScoreboardCheckStage
145 collectStatistics(curWave, unitId);

Completed in 7 milliseconds