Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve the doc of the host plugin API
[simgrid.git] / src / s4u / s4u_Host.cpp
index adde454..b44b000 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
+}