Revision 320
Added by stefan over 18 years ago
index.php | ||
---|---|---|
24 | 24 |
*/ |
25 | 25 |
|
26 | 26 |
$starttime = array_sum(explode(" ",microtime())); |
27 |
$startmemory = memory_get_usage(); |
|
28 | 27 |
|
29 | 28 |
// Include config file |
30 | 29 |
require_once(dirname(__FILE__).'/config.php'); |
Also available in: Unified diff
Due to compatibility reasons, removed support for MEMORY_USAGE again. Updated CHANGELOG.