diff options
author | KWSys Robot <kwrobot@kitware.com> | 2015-06-03 18:25:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-04 13:22:48 (GMT) |
commit | 6cafd8ed0bc8458ba2c6eb0e792c894cf4f37f90 (patch) | |
tree | b7f546925df589e72e6f23e31c376d641ad185f3 /testSystemInformation.cxx | |
parent | ee71b75133d3e515172b5fbe3dccf7d3906f5a19 (diff) | |
download | CMake-6cafd8ed0bc8458ba2c6eb0e792c894cf4f37f90.zip CMake-6cafd8ed0bc8458ba2c6eb0e792c894cf4f37f90.tar.gz CMake-6cafd8ed0bc8458ba2c6eb0e792c894cf4f37f90.tar.bz2 |
KWSys 2015-06-03 (8533a79b)
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ 8533a79b | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' 61e0419f..8533a79b
Zack Galbreath (1):
8533a79b SystemInformation: Add GetLoadAverage() method
Diffstat (limited to 'testSystemInformation.cxx')
-rw-r--r-- | testSystemInformation.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testSystemInformation.cxx b/testSystemInformation.cxx index 53d51ac..fc8ea55 100644 --- a/testSystemInformation.cxx +++ b/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++) { |