Commit 78903e99 by Taylor Otwell

removed benchmarking stuff from front controller.

parent 2f047e3b
...@@ -9,11 +9,6 @@ ...@@ -9,11 +9,6 @@
*/ */
// -------------------------------------------------------------- // --------------------------------------------------------------
// Get the framework start time.
// --------------------------------------------------------------
$start = microtime(true);
// --------------------------------------------------------------
// The path to the application directory. // The path to the application directory.
// -------------------------------------------------------------- // --------------------------------------------------------------
define('APP_PATH', realpath('../application').'/'); define('APP_PATH', realpath('../application').'/');
...@@ -91,11 +86,6 @@ System\Loader::bootstrap(); ...@@ -91,11 +86,6 @@ System\Loader::bootstrap();
spl_autoload_register(array('System\\Loader', 'load')); spl_autoload_register(array('System\\Loader', 'load'));
// -------------------------------------------------------------- // --------------------------------------------------------------
// Register the framework starting time with the Benchmarker.
// --------------------------------------------------------------
System\Benchmark::$marks['laravel'] = $start;
// --------------------------------------------------------------
// Set the error reporting and display levels. // Set the error reporting and display levels.
// -------------------------------------------------------------- // --------------------------------------------------------------
error_reporting(E_ALL | E_STRICT); error_reporting(E_ALL | E_STRICT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment