Searched refs:getPower (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/dsent/model/optical_graph/
H A DOpticalTransmitter.h43 virtual double getPower(double util_) const = 0;
H A DOpticalModulator.cc58 double OpticalModulator::getPower(double util_) const function in class:DSENT::OpticalModulator
60 return m_transmitter_->getPower(util_);
H A DOpticalDetector.h47 double getPower() const;
H A DOpticalModulator.h51 double getPower(double util_) const;
H A DOpticalGraph.cc103 double modulator_power = data_path.modulator->getPower(util_);
/gem5/ext/dsent/model/optical/
H A DRingModulator.h46 double getPower(double util_) const;
H A DRingModulator.cc413 double RingModulator::getPower(double util_) const function in class:DSENT::RingModulator
/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.h69 const Data::MemoryPowerModel::Power& getPower() const;
H A DLibDRAMPower.cc110 const Data::MemoryPowerModel::Power& libDRAMPower::getPower() const function in class:libDRAMPower
/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc145 std::cout << "Average Power: " << test.getPower().average_power << " mW" << endl;
146 //many other powers in test.getPower()

Completed in 12 milliseconds