Salome HOME
[EDF29150] : log performance of python scripts run inside SALOME container + verbosit...
[modules/kernel.git] / idl / SALOME_ContainerManager.idl
index 474d51642a6adde5eededc1542a2ea0ce5b85c96..3a58f620b554c800e74475f065d4eba98e567dd6 100644 (file)
@@ -96,6 +96,10 @@ interface ContainerManager
   long GetDeltaTimeBetweenNSLookupAtLaunchTimeInMilliSecond();
 
   void SetDeltaTimeBetweenNSLookupAtLaunchTimeInMilliSecond(in long timeInMS);
+  
+  long GetDeltaTimeBetweenCPUMemMeasureInMilliSecond();
+
+  void SetDeltaTimeBetweenCPUMemMeasureInMilliSecond(in long timeInMS);
 
   void SetOverrideEnvForContainers(in KeyValDict env);