X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c39f643b5bfb0e99887c209a94e49f841a2daae4..310e28eac7bc0c752880767cd88a66d64ebf04ef:/src/surf/cpu_ti.hpp diff --git a/src/surf/cpu_ti.hpp b/src/surf/cpu_ti.hpp index e2e9406b86..53f53613ed 100644 --- a/src/surf/cpu_ti.hpp +++ b/src/surf/cpu_ti.hpp @@ -71,7 +71,6 @@ public: tmgr_trace_t p_powerTrace; }; - /********* * Model * *********/ @@ -125,15 +124,10 @@ public: CpuActionPtr sleep(double duration); double getAvailableSpeed(); - xbt_dynar_t getWattsRangeList() {THROW_UNIMPLEMENTED;}; - double getCurrentWattsValue(double /*cpu_load*/) {THROW_UNIMPLEMENTED;}; - void updateEnergy(double /*cpu_load*/) {THROW_UNIMPLEMENTED;}; - double getCurrentPowerPeak() {THROW_UNIMPLEMENTED;}; double getPowerPeakAt(int /*pstate_index*/) {THROW_UNIMPLEMENTED;}; int getNbPstates() {THROW_UNIMPLEMENTED;}; void setPowerPeakAt(int /*pstate_index*/) {THROW_UNIMPLEMENTED;}; - double getConsumedEnergy() {THROW_UNIMPLEMENTED;}; CpuTiTgmrPtr p_availTrace; /*< Structure with data needed to integrate trace file */ tmgr_trace_event_t p_stateEvent; /*< trace file with states events (ON or OFF) */ @@ -177,7 +171,6 @@ public: double getRemains(); void setAffinity(CpuPtr /*cpu*/, unsigned long /*mask*/) {}; void setBound(double /*bound*/) {}; - void updateEnergy() {}; CpuTiPtr p_cpu; int m_indexHeap;