Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[HostLoad] Add two comments to class properties
[simgrid.git] / 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;