Skip to content

Commit 3bdbb68

Browse files
committed
add starting timestamp
1 parent 2f6b6b7 commit 3bdbb68

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

public/index.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
* @author Taylor Otwell <taylorotwell@gmail.com>
88
*/
99

10+
/*
11+
|--------------------------------------------------------------------------
12+
| Start Your Engines!
13+
|--------------------------------------------------------------------------
14+
|
15+
| Create a starting timestamp to enable profiling.
16+
|
17+
*/
18+
19+
define('ILLUMINATE_START', microtime());
20+
1021
/*
1122
|--------------------------------------------------------------------------
1223
| Register The Composer Auto Loader

0 commit comments

Comments
 (0)