Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Might be interesting to have start and finish time for Comm, Exec, and Io activities
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 09af6ea..e030b5a 100644 (file)
@@ -85,8 +85,6 @@ public:
 
   Host* get_host() const;
   unsigned int get_host_number() const;
-  double get_start_time() const;
-  double get_finish_time() const;
   double get_cost() const;
   bool is_parallel() const { return parallel_; }
   bool is_assigned() const override;