X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9735172c2d9037d0dc86a53ebae3ca195bc86fca..3ae51afef71e5532eb01868d1dcf674e025c05d1:/include/simgrid/s4u/Activity.hpp diff --git a/include/simgrid/s4u/Activity.hpp b/include/simgrid/s4u/Activity.hpp index 9875e12ffd..45caaae127 100644 --- a/include/simgrid/s4u/Activity.hpp +++ b/include/simgrid/s4u/Activity.hpp @@ -166,6 +166,9 @@ public: * It is forbidden to change the amount of work once the Activity is started */ Activity* set_remaining(double remains); + double get_start_time() const; + double get_finish_time() const; + /** Returns the internal implementation of this Activity */ kernel::activity::ActivityImpl* get_impl() const { return pimpl_.get(); }