summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testSystemInformation.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-04 13:22:53 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-04 13:22:53 (GMT)
commitbccbe281ff7039e145814d1858a45f38bb681173 (patch)
tree94938b5be6f21e7fa64e54772b371cfe458cb1e7 /Source/kwsys/testSystemInformation.cxx
parent0886880e3b8e5510f861b2e573b311c16db9d657 (diff)
parent6cafd8ed0bc8458ba2c6eb0e792c894cf4f37f90 (diff)
downloadCMake-bccbe281ff7039e145814d1858a45f38bb681173.zip
CMake-bccbe281ff7039e145814d1858a45f38bb681173.tar.gz
CMake-bccbe281ff7039e145814d1858a45f38bb681173.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/testSystemInformation.cxx')
-rw-r--r--Source/kwsys/testSystemInformation.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/testSystemInformation.cxx b/Source/kwsys/testSystemInformation.cxx
index 53d51ac..fc8ea55 100644
--- a/Source/kwsys/testSystemInformation.cxx
+++ b/Source/kwsys/testSystemInformation.cxx
@@ -87,6 +87,7 @@ int testSystemInformation(int, char*[])
printMethod3(info, GetProcMemoryAvailable("KWSHL","KWSPL"), "KiB");
printMethod3(info, GetHostMemoryUsed(), "KiB");
printMethod3(info, GetProcMemoryUsed(), "KiB");
+ printMethod(info, GetLoadAverage);
for (long int i = 0; i <= 31; i++)
{