Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please Sonar and scan-build.
[simgrid.git] / src / plugins / host_energy.cpp
2023-05-24 Arnaud GierschPlease Sonar and scan-build.
2023-05-23 Martin QuinsonRename Resource::on_state_change to Resource::on_onoff...
2023-05-23 Martin QuinsonGive the _this_ variants to the Link signals
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Martin QuinsonVarious cleanups in the Host signals
2023-05-16 Arnaud GierschUse plain pointers instead of references to pointer.
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-17 Martin Quinsondoc: add a little graph about the host energy plugin
2023-01-14 Arnaud GierschRemove more references to MSG in documentation.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-01-20 SUTER FredericCleanup in log categories
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-01 SUTER Fredericmore include cleanups
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-06-10 Arnaud GierschMerge branch 'host-energy' into 'master'
2021-06-10 Millian Poquethost energy: explicit 'return 0.0' when badly init
2021-06-10 Millian Poquethost energy: no direct W/J access of invalid data
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-05-09 SUTER FredericRename kernel::resource:Cpu to CpuImpl
2021-03-29 Arnaud GierschRemove deprecated features for next release.
2021-03-02 Frederic Sutercleanups
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/plugins/.
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-27 Arnaud GierschHost is not null here (for scan-build).
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-13 Frederic Suter[sonar] Don't mix public/private data members
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-28 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Martin QuinsonVarious docs update
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-20 Arnaud GierschDefine simgrid::xbt::InitializationError (please Sonar).
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Martin QuinsonEnergy plugins now throws std::logic_error when not...
2019-11-10 Martin Quinsondoc: get rid of sphinxcontrib.contentui
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-18 Frederic Suterremove some direct accesses to pimpl_cpu
2019-10-12 Arnaud Giersch[cppcheck] Reduce scope for variables.
2019-10-11 Arnaud GierschKeep deprecated features one more release (target:...
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-09 Martin Quinsonsecond attempt at fixing 32bits. Am I stupid or something? v3.24
2019-10-09 Martin Quinsonfix 32bits builds
2019-10-09 Martin Quinsonun-deprecate a redundent function
2019-10-09 Martin QuinsonMerge pull request #334 from Mommessc/rework-energy...
2019-10-09 Martin QuinsonMerge branch 'master' into rework-energy-plugin-2.0
2019-10-09 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-10-09 Martin QuinsonAdd a TODO in the code
2019-10-09 Martin Quinsonplease clang-static by initializing p_idle only once
2019-10-09 clement-dell[Energy] cosmetics and comments
2019-10-09 clement-dell[Energy] Mark sg_host_get_idle_consumption as deprecated
2019-10-09 clement-dell(Energy] Add sg_get_idle_consumption_at function
2019-10-08 clement-dellRevert "[Energy] Can now retrieve idle power of specifi...
2019-10-08 clement-dell[Energy] Missing power profiles for a host defaulted...
2019-10-08 clement-dell[Energy] Enfore as many power profiles as pstates
2019-10-08 clement-dell[Energy] Can now retrieve idle power of specified pstate
2019-10-08 Martin Quinsondeal with rounding errors on 32bits
2019-10-07 Martin Quinsonmore informative error message
2019-10-07 Martin Quinsoncosmetics in the doc of the Host energy plugin
2019-10-07 Martin Quinsoncosmetics: cpu_load is not supposed to be >1 anymore
2019-10-07 Martin Quinsonhost_energy: rework the code converting the old syntax...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-10-05 Martin QuinsonNew doc section on plugins
2019-10-05 Martin QuinsonInstall a conversion path for our users wrt host_energy...
2019-09-29 Martin QuinsonMerge branch 'rework-energy-plugin' into 'master'
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
next