Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup after the split of kernel/resource/profile into several classes
[simgrid.git] / src / surf / cpu_ti.cpp
2019-05-31 Martin Quinsoncleanup after the split of kernel/resource/profile...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-19 Martin Quinsonplease sonar
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud Giersch[sonar] Remove custom destructors for CpuTiProfile.
2019-04-17 Arnaud GierschUse std algorithm for binary search.
2019-04-12 Frederic Sutermove CPU models to kernel::resource too
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-25 Arnaud GierschNO_MAX_DURATION is a special value, use (in)equality...
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Martin Quinsonsanitize the OOP of kernel::profile
2019-02-02 Martin Quinsonalign file position to the C++ namespaces
2019-01-21 Martin Quinsonstart to s/trace/profile/ in the public API
2019-01-21 Martin Quinsonstart renaming tmgr trace into profile
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-05 Frederic Suterproperly turn on and off hosts when apply trace event
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-09 Martin Quinsonprefer automatic memory management
2018-07-09 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-07-09 Martin Quinsonprefer automatic mem handling (std::vector<>* becomes...
2018-07-07 Martin Quinsonthe author of these lines loves complexity, but I don't
2018-07-07 Martin QuinsonCpuTiTmgr: further cleanups (make the enum class private)
2018-07-07 Martin QuinsonCpuTiTmgr: change a C enum into an enum class
2018-07-07 Martin Quinsoncosmetics around CpuTiModel
2018-05-22 Martin Quinsoncleanings in k:r:Cpu
2018-05-21 Martin Quinsonsnake_case k:r:CpuModel and sub-classes
2018-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-20 Martin Quinsonsnake_case some parts of kernel::resource::Cpu
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin Quinsoncleanup the resource::Action::State::IGNORED thing
2018-05-17 Martin QuinsonUPPER_CASE the Action::State values (+ uniformity with...
2018-05-17 Martin Quinsoncleanups in Action::State
2018-05-12 Martin Quinsonsimplifications & cosmetics in CpuTi model
2018-05-07 Arnaud GierschRemove useless check for null before free.
2018-04-08 Arnaud GierschFix old typo: CpuTiTgmr -> CpuTiTmgr.
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-04-01 Martin Quinsonresource:: extract action_heap into its own class
2018-04-01 Martin Quinsoninline a useless function
2018-04-01 Martin QuinsonCosmetics and snake_casing in Action and Model
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin Quinsoncosmetics in cpu_ti
2018-03-30 Martin QuinsonCpuCas01: set updateAlgo as initializer
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-27 Martin Quinsonstart snake_casing resource::Model
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Martin Quinsonthese functions always take exactly the same parameter...
2018-03-26 Martin QuinsonAction::is_suspended() does not need to be virtual...
2018-03-26 Martin Quinsonfinish(done) already sets remains to 0
2018-03-25 Martin Quinsoncleanup Action refcounting
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-24 Martin Quinsonstart snake_case()ing some private fields
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-10 Martin Quinsoncosmetics: rename some fields and methods in surf:...
2018-03-10 Martin Quinsonuse an enum class for surf::Action type
2018-02-13 Christian Heinrich[SURF] Move Action::suspended_ to new enum class Suspen...
2017-12-04 Arnaud GierschSimplify some indirections.
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-03 Arnaud GierschFix comment.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Arnaud GierschUse references, and avoid disturbing expressions like...
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-14 Arnaud GierschUse std::min/std::max instead of MIN/MAX in C++ files.
2017-11-13 Arnaud GierschReplace xbt_heap with boost::heap for surf actions.
2017-11-12 Arnaud GierschRemove unused method.
2017-11-12 Arnaud Gierschcpu_ti: use methods of Action to update heap.
2017-11-12 Arnaud GierschDefine helper methods to access actionHeap_.
2017-11-12 Arnaud GierschMake Model::actionHeap_ private.
2017-11-12 Arnaud GierschCpuTiModel::tiActionHeap_ seems redundant with Model...
2017-11-05 Frederic Suterplease sonar
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Martin Quinsonsonar: kill useless override
2017-11-03 Frederic Sutermore protected->private fields
2017-11-02 Frederic Suterprevent infinite recursion with clang
2017-11-02 Frederic Suteruse (existing) accessors to make protected fields private
next