From 8597ca78541b49526da50ca5a2f2ca8bcdba9f8f Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 25 Mar 2008 18:19:59 +0000 Subject: doc typos and fixes --- user_guide/libraries/benchmark.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html index ea60294b6..4afa58bc3 100644 --- a/user_guide/libraries/benchmark.html +++ b/user_guide/libraries/benchmark.html @@ -101,7 +101,7 @@ $this->benchmark->mark('code_end');

echo $this->benchmark->elapsed_time('code_start', 'code_end'); -

Note: The words "code_start" and "code_end" are arbitrary. They are simply words used to set two markers. You can +

Note: The words "code_start" and "code_end" are arbitrary. They are simply words used to set two markers. You can use any words you want, and you can set multiple sets of markers. Consider this example:

$this->benchmark->mark('dog');
-- cgit v1.2.3-24-g4f1b