Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny doc improvements
[simgrid.git] / include / simgrid / kernel / resource / Resource.hpp
index d6ac71f..105e9d3 100644 (file)
@@ -50,7 +50,9 @@ public:
   /** @brief Check if the current Resource is used (if it currently serves an action) */
   virtual bool is_used() = 0;
 
   /** @brief Check if the current Resource is used (if it currently serves an action) */
   virtual bool is_used() = 0;
 
-  /** @brief returns the current load (in flops per second, byte per second or similar) */
+  /** @brief returns the current load due to activities (in flops per second, byte per second or similar)
+   *
+   * The load due to external usages modeled by trace files is ignored.*/
   virtual double get_load();
 
   /** @brief Check if the current Resource is active */
   virtual double get_load();
 
   /** @brief Check if the current Resource is active */