Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Fix load calculation for Dvfs governors
[simgrid.git] / src / surf / plugins / host_dvfs.cpp
2018-02-13 Christian Heinrich[DVFS] Fix load calculation for Dvfs governors
2018-02-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-07 Arnaud GierschAdd virtual destructor.
2018-02-07 Arnaud GierschRemove semicolon (No, Sonar, it's not commented code).
2018-02-06 Martin Quinsonsonar don't like to have commented code, so hide it...
2018-02-05 Arnaud GierschUse explicit extern "C" in cpp file.
2018-02-05 Arnaud GierschMake constructors explicit.
2018-02-05 Arnaud GierschParameter is not used.
2018-02-05 Arnaud GierschFix build with MC (simgrid::xbt::string).
2018-02-05 Martin Quinsonfix build of dvfs plugin with warning enabled
2018-02-05 Christian Heinrich[DVFS] Cosmetics / indent as suggested by clang-format
2018-02-05 Christian Heinrich[DVFS] Remove MSG from DVFS plugin and make it more...
2018-02-05 Christian Heinrich[DVFS] Rephrase debug statements
2018-02-05 Christian Heinrich[PLUGINS] Initial commit for the Dvfs plugin (frequency...