X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6235ffa5e7a5c3157228910d606b62971c57c1c5..3f12121b93bc246909bf9f8e1615af532bd9a9b5:/src/surf/cpu_interface.hpp?ds=inline diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index f877b1ffab..c4bc20c5bf 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -78,7 +78,15 @@ public: /** * @brief Create a Cpu * - * @param host [TODO] + * @param name The name of the Cpu + * @param power_peak The power peak of this Cpu + * @param pstate [TODO] + * @param power_scale The power scale of this Cpu + * @param power_trace [TODO] + * @param core The number of core of this Cpu + * @param state_initial [TODO] + * @param state_trace [TODO] + * @param cpu_properties Dictionary of properties associated to this Cpu */ virtual CpuPtr createCpu(const char *name, xbt_dynar_t power_peak, int pstate, double power_scale,