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] / src / kernel / activity / ExecImpl.cpp
index d5a019c..1edb6ad 100644 (file)
@@ -154,8 +154,6 @@ void ExecImpl::post()
     state_ = State::DONE;
   }
 
-  finish_time_ = surf_action_->get_finish_time();
-
   clean_action();
   timeout_detector_.reset();
   if (get_actor() != nullptr) {