Skip to content

Commit

Permalink
Add customizeWithTimeMemoryInfo() function
Browse files Browse the repository at this point in the history
This will allow the customization to be applied together with other customizations that may use the customise() function name.
  • Loading branch information
makortel authored Dec 5, 2024
1 parent c5dc5f7 commit 95535dc
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 95535dc

Please sign in to comment.