Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move all plugins to their new home directory
[simgrid.git] / src / surf / plugins / host_dvfs.cpp
2018-05-26 Martin Quinsonmove all plugins to their new home directory
2018-05-23 Martin Quinsonsnake_case some easy parts of s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-12 Martin Quinsonsnake_case the s4u::Host signals
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-19 Arnaud GierschRename simgrid::config::get_config -> simgrid::config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_string -> simgrid::config::get_confi...
2018-04-19 Arnaud GierschChange xbt_cfg_get_double -> simgrid::config::get_confi...
2018-04-19 Arnaud GierschMore snake_case in xbt/config (bind_flag, declare_flag).
2018-04-18 Arnaud GierschConvert some config flags to C++ API.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschMake member variable private (sonar).
2018-04-13 Arnaud GierschMake protected field const (sonar).
2018-04-11 Martin Quinsonfurther cut include files
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-20 Frederic Suterdo not include msg from s4u and surf
2018-03-01 Christian Heinrich[DVFS] Change pstate selection for conservative gov
2018-03-01 Christian Heinrich[DVFS] Use sg_host_get_avg_load() & reset the load
2018-03-01 Christian Heinrich[DVFS] Add class documentation
2018-03-01 Christian Heinrich[DVFS] Update HostDvfs class documentation
2018-03-01 Christian Heinrich[DVFS] Move config names to a const variable
2018-02-14 Christian Heinrich[DVFS] Clean up the mess I made before; move to unique_ptr
2018-02-13 Christian Heinrich[DVFS] Move plugin::HostDvfs to plugin::dvfs::HostDvfs
2018-02-13 Christian Heinrich[DVFS] Make debug statement more verbose
2018-02-13 Christian Heinrich[DVFS] Added 'override' specifier
2018-02-13 Christian Heinrich[DVFS] Cosmetics as proposed by clang-format
2018-02-13 Christian Heinrich[DVFS] Make governors individually configurable for...
2018-02-13 Christian Heinrich[DVFS] Add/change debug statements for dvfs governors
2018-02-13 Christian Heinrich[DVFS] Use local variable for pstate computation
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...