Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics around backtraces
[simgrid.git] / src / s4u / s4u_Host.cpp
index adde454108097c1aa1a1ed7bdb4baf79dfcc675c..b44b000b23f911ac37deaf64e42f3e9f082b033c 100644 (file)
@@ -223,7 +223,9 @@ double Host::get_speed() const
   return this->pimpl_cpu->get_speed(1.0);
 }
 /** @brief Returns the current computation load (in flops per second)
+ *
  * The external load (coming from an availability trace) is not taken in account.
+ * You may also be interested in the load plugin.
  */
 double Host::get_load() const
 {
@@ -630,4 +632,4 @@ sg_host_t sg_host_self()
 double sg_host_load(sg_host_t host)
 {
   return host->get_load();
-}
\ No newline at end of file
+}