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 6ea8fa1 commit 9a13634Copy full SHA for 9a13634
Configuration/Applications/python/Options.py
@@ -435,13 +435,13 @@
435
dest="heap_profile")
436
437
expertSettings.add_argument("--maxmem_profile",
438
- help="add the PerfTools/MaxMemoryPreload module",
+ help="add the PerfTools/MaxMemoryPreload monitor",
439
default=False,
440
action="store_true",
441
dest="maxmem_profile")
442
443
expertSettings.add_argument("--alloc_monitor",
444
- help="add the PerfTools/AllocMonitor module",
+ help="Add necessary LD_PRELOAD for PerfTools/AllocMonitor",
445
446
447
dest="alloc_monitor")
0 commit comments