diff options
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php index e967d292e..a80cf982f 100644 --- a/engine/start.php +++ b/engine/start.php @@ -12,7 +12,11 @@ * @link http://elgg.org/
*/
-
+ /*
+ * Basic profiling
+ */
+ global $START_MICROTIME;
+ $START_MICROTIME = microtime(true);
/**
* Load important prerequisites
|