summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/MemStats.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug/Hostboot/MemStats.pm')
-rw-r--r--src/build/debug/Hostboot/MemStats.pm30
1 files changed, 27 insertions, 3 deletions
diff --git a/src/build/debug/Hostboot/MemStats.pm b/src/build/debug/Hostboot/MemStats.pm
index 415cceb01..7ec650fe1 100644
--- a/src/build/debug/Hostboot/MemStats.pm
+++ b/src/build/debug/Hostboot/MemStats.pm
@@ -1,3 +1,25 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/build/debug/Hostboot/MemStats.pm $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2011 - 2012
+#
+# p1
+#
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
+#
+# The source code for this program is not published or other-
+# wise divested of its trade secrets, irrespective of what has
+# been deposited with the U.S. Copyright Office.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END
use strict;
package Hostboot::MemStats;
@@ -68,8 +90,10 @@ sub main
}
-sub help
+sub helpInfo
{
- ::userDisplay "Tool: MemStats\n";
- ::userDisplay "\tDisplays Hostboot memory usage information\n";
+ my %info = (
+ name => "MemStats",
+ intro => ["Displays Hostboot memory usage information."],
+ );
}
OpenPOWER on IntegriCloud