From: Christian Heinrich Date: Fri, 23 Feb 2018 13:41:32 +0000 (+0100) Subject: [DVFS] Update HostDvfs class documentation X-Git-Tag: v3.19~164 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e3b7b40594af0c6cae13e79ace27da724740fcf6?hp=a7102c29577c01a547d830b0c519ba669390ec6c [DVFS] Update HostDvfs class documentation --- diff --git a/src/surf/plugins/host_dvfs.cpp b/src/surf/plugins/host_dvfs.cpp index 5d518c7e2e..5ff2dcb1ee 100644 --- a/src/surf/plugins/host_dvfs.cpp +++ b/src/surf/plugins/host_dvfs.cpp @@ -143,6 +143,24 @@ public: } }; +/** + * Add this to your host tag: + * - + * + * Valid values as of now are: performance, powersave, ondemand, conservative + * It doesn't matter if you use uppercase or lowercase. + * + * For the sampling rate, use this: + * + * - + * + * This will run the update() method of the specified governor every 2 seconds + * on that host. + * + * These properties can also be used within the tag to configure + * these values globally. Using them within the will overwrite this + * global configuration + */ class HostDvfs { public: static simgrid::xbt::Extension EXTENSION_ID;