Searched refs:performPowerOpt (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/dsent/model/optical_graph/
H A DOpticalGraph.h54 bool performPowerOpt(OpticalNode* node_, const WavelengthGroup& wavelengths_, unsigned int number_detectors_, double util_);
H A DOpticalGraph.cc58 bool OpticalGraph::performPowerOpt(OpticalNode* node_, const WavelengthGroup& wavelengths_, unsigned int number_detectors_, double util_) function in class:DSENT::OpticalGraph
/gem5/ext/dsent/model/optical/
H A DLaserSource.cc106 bool success = optical_graph->performPowerOpt(getLaser("Laser"), laser_wavelengths, max_detectors, opt_util);
H A DGatedLaserSource.cc108 bool success = optical_graph->performPowerOpt(getLaser("Laser"), laser_wavelengths, max_detectors, opt_util);
H A DThrottledLaserSource.cc120 bool success = optical_graph->performPowerOpt(getLaser("Laser"), laser_wavelengths, max_detectors, opt_util);

Completed in 8 milliseconds