We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9a7d5 commit 6ea8fa1Copy full SHA for 6ea8fa1
Configuration/Applications/python/cmsDriverOptions.py
@@ -256,7 +256,7 @@ def OptionsFromItems(items):
256
if options.maxmem_profile:
257
if options.prefix:
258
raise Exception("--maxmem_profile and --prefix are incompatible")
259
- options.prefix = "env LD_PRELOAD=libPerfToolsMaxMemoryPreload.so "
+ options.prefix = "env LD_PRELOAD=libPerfToolsAllocMonitorPreload.so:libPerfToolsMaxMemoryPreload.so "
260
261
if options.alloc_monitor:
262
0 commit comments