We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ad3369 + fa6807f commit fbe851cCopy full SHA for fbe851c
Validation/Performance/python/TimeMemoryInfo.py
@@ -18,3 +18,6 @@ def customise(process):
18
)
19
20
return(process)
21
+
22
+def customiseWithTimeMemoryInfo(process):
23
+ return customise(process)
0 commit comments