summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmalloc/memusage.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index e9025cb75a..e0d2fccc0f 100755
--- a/malloc/memusage.sh
+++ b/malloc/memusage.sh
@@ -219,6 +219,11 @@ if test -n "$datafile"; then
add_env="$add_env MEMUSAGE_OUTPUT=$datafile"
fi
+# Set program name.
+if test -n "$progname"; then
+ add_env="$add_env MEMUSAGE_PROG_NAME=$progname"
+fi
+
# Set buffer size.
if test -n "$buffer"; then
add_env="$add_env MEMUSAGE_BUFFER_SIZE=$buffer"