commit | e26611f93bfb21f5e143cc91ce529f6db52cdd88 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Mon Oct 02 21:59:12 2006 +0000 |
committer | admin <devnull@localhost> | Mon Oct 02 21:59:12 2006 +0000 |
tree | 575b6b71408d25e6f4067b2a1533e0255fac707e | |
parent | b8afd045b9ed165bdae0d18b3e6f7483a4566e1c [diff] [blame] |
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index a4f18b0..32c08c8 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php
@@ -51,7 +51,7 @@ */ $BM =& _load_class('Benchmark'); -$BM->mark('code_igniter_start'); +$BM->mark('total_execution_time_start'); /* * ------------------------------------------------------