Skip to content

Commit 9a13634

Browse files
committed
Make suggested changes
1 parent 6ea8fa1 commit 9a13634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/Applications/python/Options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,13 +435,13 @@
435435
dest="heap_profile")
436436

437437
expertSettings.add_argument("--maxmem_profile",
438-
help="add the PerfTools/MaxMemoryPreload module",
438+
help="add the PerfTools/MaxMemoryPreload monitor",
439439
default=False,
440440
action="store_true",
441441
dest="maxmem_profile")
442442

443443
expertSettings.add_argument("--alloc_monitor",
444-
help="add the PerfTools/AllocMonitor module",
444+
help="Add necessary LD_PRELOAD for PerfTools/AllocMonitor",
445445
default=False,
446446
action="store_true",
447447
dest="alloc_monitor")

0 commit comments

Comments
 (0)