Skip to content

Commit 6ea8fa1

Browse files
committed
Put back libPerfToolsAllocMonitorPreload.so
1 parent fb9a7d5 commit 6ea8fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/Applications/python/cmsDriverOptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def OptionsFromItems(items):
256256
if options.maxmem_profile:
257257
if options.prefix:
258258
raise Exception("--maxmem_profile and --prefix are incompatible")
259-
options.prefix = "env LD_PRELOAD=libPerfToolsMaxMemoryPreload.so "
259+
options.prefix = "env LD_PRELOAD=libPerfToolsAllocMonitorPreload.so:libPerfToolsMaxMemoryPreload.so "
260260

261261
if options.alloc_monitor:
262262
if options.prefix:

0 commit comments

Comments
 (0)