From f5b621842786646d51e6c2c17384272b4ef0e452 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 24 Apr 2007 05:54:31 +0000 Subject: typos fixes --- user_guide/libraries/benchmark.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/benchmark.html') diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html index 3bb63fbf5..fb0930c65 100644 --- a/user_guide/libraries/benchmark.html +++ b/user_guide/libraries/benchmark.html @@ -175,7 +175,7 @@ functions you must set your own start/end points.

system using the following code in one of your view file:

<?=$this->benchmark->memory_usage();?> -

Note: This function can only be used in your view files. The consumpiton will reflect the total memory used by the entire app.

+

Note: This function can only be used in your view files. The consumption will reflect the total memory used by the entire app.

An alternate way to show your memory usage in your view files is to use this pseudo-variable, if you prefer not to use the pure PHP:

{memory_usage} -- cgit v1.2.3-24-g4f1b