Skip to content

Commit fbe851c

Browse files
authored
Merge pull request #46883 from makortel/patch-7
Add `customiseWithTimeMemoryInfo()` function to `TimeMemoryInfo.py`
2 parents 1ad3369 + fa6807f commit fbe851c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Validation/Performance/python/TimeMemoryInfo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ def customise(process):
1818
)
1919

2020
return(process)
21+
22+
def customiseWithTimeMemoryInfo(process):
23+
return customise(process)

0 commit comments

Comments
 (0)