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

/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.h66 void calcWindowEnergy(int64_t timestamp);
H A DLibDRAMPower.cc86 void libDRAMPower::calcWindowEnergy(int64_t timestamp) function in class:libDRAMPower
/gem5/src/mem/
H A Ddram_ctrl.cc2373 // Window starts at the last time the calcWindowEnergy function was called
2375 power.powerlib.calcWindowEnergy(divCeil(curTick(), memory.tCK) -
2424 // calcWindowEnergy function as that then calls clearCounters. The
2426 power.powerlib.calcWindowEnergy(divCeil(curTick(), memory.tCK) -

Completed in 19 milliseconds