Skip to content

Commit

Permalink
Merge pull request #46883 from makortel/patch-7
Browse files Browse the repository at this point in the history
Add `customiseWithTimeMemoryInfo()` function to `TimeMemoryInfo.py`
  • Loading branch information
cmsbuild authored Dec 7, 2024
2 parents 1ad3369 + fa6807f commit fbe851c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Validation/Performance/python/TimeMemoryInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ def customise(process):
)

return(process)

def customiseWithTimeMemoryInfo(process):
return customise(process)

0 comments on commit fbe851c

Please sign in to comment.