Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tracing uncategorized resource utilization
[simgrid.git] / src / instr / interface.c
index c488713..b887708 100644 (file)
@@ -51,7 +51,9 @@ int TRACE_start ()
 
   if (IS_TRACING_PLATFORM){
     pajeDefineVariableType ("power", "HOST", "power");
+    pajeDefineVariableType ("power_used", "HOST", "power_used");
     pajeDefineVariableType ("bandwidth", "LINK", "bandwidth");
+    pajeDefineVariableType ("bandwidth_used", "LINK", "bandwidth_used");
     pajeDefineVariableType ("latency", "LINK", "latency");
     pajeDefineEventType ("source", "LINK", "source");
     pajeDefineEventType ("destination", "LINK", "destination");