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

/gem5/ext/drampower/src/
H A DTraceParser.cc84 int nCommands = 0; local
94 nCommands++;
95 if (nCommands == window) {
97 nCommands = 0;
110 nCommands++;
111 if (nCommands == window) {
113 nCommands = 0;
H A DMemCommand.h141 static const unsigned int nCommands = 20; member in class:Data::MemCommand
145 static std::string type_map[nCommands] = { "ACT",
174 for (size_t typeId = 0; typeId < nCommands; typeId++) {

Completed in 3 milliseconds