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

/gem5/ext/drampower/src/
H A DCommandAnalysis.cc56 if (i.getTimeInt64() == j.getTimeInt64()) {
59 return i.getTimeInt64() < j.getTimeInt64();
180 activation_cycle[cmd.getBank()] = cmd.getTimeInt64();
186 int64_t preTime = max(cmd.getTimeInt64() + cmd.getPrechargeOffset(memSpec, cmdType),
192 if(cmd.getTimeInt64() > timestamp)
204 int64_t t = timeToCompletion(list.back().getType()) + list.back().getTimeInt64() - 1;
223 int64_t timestamp = cmd.getTimeInt64();
H A DMemCommand.h120 int64_t getTimeInt64() const;
H A DMemCommand.cc135 int64_t MemCommand::getTimeInt64() const function in class:MemCommand

Completed in 6 milliseconds