summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-21 08:56:45 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-21 08:56:45 -0400
commit95d9a7ec10985d03e272f759c4d858946643b914 (patch)
tree1c584c4a646261d34471aeeb53527b0a65abd028 /pts-core/functions/pts-functions_system.php
parent602bb16f60164d44f860ea2398448daa0abc09cf (diff)
downloadphoronix-test-suite-upstream-95d9a7ec10985d03e272f759c4d858946643b914.tar.gz
phoronix-test-suite-upstream-95d9a7ec10985d03e272f759c4d858946643b914.tar.xz
phoronix-test-suite-upstream-95d9a7ec10985d03e272f759c4d858946643b914.zip
pts-core: read_memory_usage() -> read_physical_memory_usage()
Diffstat (limited to 'pts-core/functions/pts-functions_system.php')
-rw-r--r--pts-core/functions/pts-functions_system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system.php b/pts-core/functions/pts-functions_system.php
index 0da99c4..23bee13 100644
--- a/pts-core/functions/pts-functions_system.php
+++ b/pts-core/functions/pts-functions_system.php
@@ -333,7 +333,7 @@ function filesystem_type()
return $fs;
}
-function read_memory_usage()
+function read_physical_memory_usage()
{
return read_system_memory_usage("MEMORY");
}