Searched refs:lastupdate (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/drampower/src/
H A DTraceParser.cc85 bool lastupdate = false; local
96 counters.getCommands(cmd_list, lastupdate);
101 lastupdate = true;
102 counters.getCommands(cmd_list, lastupdate);
112 counters.getCommands(cmd_list, lastupdate);
117 lastupdate = true;
118 counters.getCommands(cmd_list, lastupdate);
H A DCommandAnalysis.cc170 void CommandAnalysis::getCommands(std::vector<MemCommand>& list, bool lastupdate, int64_t timestamp) argument
191 if (!lastupdate && timestamp > 0) {
202 if (lastupdate && list.empty() == false) {
H A DCommandAnalysis.h140 bool lastupdate,

Completed in 10 milliseconds