Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[ENERGY] Introduce idle/1core/maxCore energy consumption
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 6 Oct 2016 09:31:53 +0000 (11:31 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 6 Oct 2016 10:20:16 +0000 (12:20 +0200)
commit02ea6400fac5265cad1af98d468964d444fc82cb
treeaec6fbcca1e7f67ce46071bb3713a793f224bc0d
parent70a5028ad3c0ea83cd627ee8ee8ff29eb9a225df
[ENERGY] Introduce idle/1core/maxCore energy consumption

Up until now, we only supported idle and max_core consumption.
We then used a linear model to compute the energy that we used.

This is not an accurate model, since the difference between idle and 1 core
and 1 core and 2 cores is not equal. We hence need the first core.

But even that is not 100% accurate; for the moment it will have to suffice, though.
examples/msg/energy-consumption/energy-consumption.tesh
examples/msg/energy-onoff/energy-onoff.tesh
examples/msg/energy-onoff/platform_onoff.xml
examples/msg/energy-ptask/energy-ptask.tesh
examples/platforms/energy_platform.xml
src/surf/plugins/energy.cpp
src/surf/plugins/energy.hpp