Completed
Push — master ( ec656c...4bc6db )
by Jacob
04:58
created
utility/pqp/PhpQuickProfiler.class.inc.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -128,6 +128,9 @@
 block discarded – undo
128 128
 		return $time[1] + $time[0];
129 129
 	}
130 130
 
131
+	/**
132
+	 * @param integer $memory
133
+	 */
131 134
 	private function get_readable_memory_usage($memory)
132 135
 	{
133 136
 		foreach(self::$MEMORY_SIZE_ARRAY as $key => $memory_size)
Please login to merge, or discard this patch.