Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get a better name for the speedPerPstate attribute in CPU
[simgrid.git] / src / surf / xml / platf_private.hpp
index f3c11b3..f2996de 100644 (file)
@@ -41,7 +41,7 @@ typedef enum {
 
 typedef struct {
   const char* id;
-  xbt_dynar_t speed_peak;
+  xbt_dynar_t speed_per_pstate;
   int pstate;
   int core_amount;
   tmgr_trace_t speed_trace;