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

/gem5/ext/drampower/src/
H A DCmdHandlers.cc73 idle_pre_update(timestamp, latest_pre_cycle);
119 idle_pre_update(timestamp, latest_pre_cycle);
124 latest_pre_cycle = last_pre_cycle;
180 latest_pre_cycle = timestamp;
216 latest_pre_cycle = timestamp;
278 idle_pre_update(timestamp, latest_pre_cycle);
292 idle_pre_update(timestamp, latest_pre_cycle);
336 latest_pre_cycle = timestamp;
341 latest_pre_cycle = timestamp;
344 latest_pre_cycle
[all...]
H A DCommandAnalysis.cc140 latest_pre_cycle = -1;
149 latest_pre_cycle = max(timestamp, latest_pre_cycle);
285 void CommandAnalysis::idle_pre_update(int64_t timestamp, int64_t latest_pre_cycle) argument
287 if (latest_pre_cycle > 0) {
288 idlecycles_pre += max(zero, timestamp - latest_pre_cycle -
290 } else if (latest_pre_cycle == 0) {
291 idlecycles_pre += max(zero, timestamp - latest_pre_cycle);
H A DCommandAnalysis.h172 int64_t latest_pre_cycle; member in class:Data::CommandAnalysis
238 int64_t latest_pre_cycle);

Completed in 8 milliseconds