diff --git a/Validation/Performance/python/TimeMemoryInfo.py b/Validation/Performance/python/TimeMemoryInfo.py index 26d1d8b70b5d3..57883722a75d1 100644 --- a/Validation/Performance/python/TimeMemoryInfo.py +++ b/Validation/Performance/python/TimeMemoryInfo.py @@ -18,3 +18,6 @@ def customise(process): ) return(process) + +def customiseWithTimeMemoryInfo(process): + return customise(process)