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

/gem5/ext/drampower/src/
H A DCommandAnalysis.cc133 end_read_op = timestamp;
269 end_read_op = latest_read_cycle + timeToCompletion(MemCommand::RD) - 1;
280 idlecycles_act += max(zero, timestamp - max(max(end_read_op, end_write_op),
H A DCommandAnalysis.h179 int64_t end_read_op; member in class:Data::CommandAnalysis

Completed in 6 milliseconds