basic profiling information in backend.php

This commit is contained in:
Andrew Dolgov
2005-10-23 16:48:58 +01:00
parent fc69e64169
commit 406d948993
2 changed files with 10 additions and 0 deletions

View File

@@ -420,4 +420,9 @@
}
function getmicrotime() {
list($usec, $sec) = explode(" ",microtime());
return ((float)$usec + (float)$sec);
}
?>