Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[HostLoad] Add two comments to class properties
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 8 Jun 2018 18:29:35 +0000 (20:29 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 21 Jun 2018 09:55:40 +0000 (11:55 +0200)
src/plugins/host_load.cpp

index 27060c0..17ae65a 100644 (file)
@@ -44,7 +44,14 @@ private:
   simgrid::s4u::Host* host_ = nullptr;
   double last_updated_      = 0;
   double last_reset_        = 0;
+  /**
+   * current_speed each core is running at right now
+   */
   double current_speed_     = 0;
+  /**
+   * How many flops are currently used by all the processes running on this
+   * host?
+   */
   double current_flops_     = 0;
   double computed_flops_    = 0;
   double idle_time_         = 0;