From 47d2207c670b68a8096deccbbe68f7631acd19c0 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 13 Aug 2011 21:45:51 -0500 Subject: [PATCH] fixing API comments. --- system/benchmark.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/system/benchmark.php b/system/benchmark.php index bf353e6a..c9c6c09d 100644 --- a/system/benchmark.php +++ b/system/benchmark.php @@ -15,10 +15,6 @@ class Benchmark { * After starting a benchmark, the elapsed time in milliseconds can be * retrieved using the "check" method. * - * - * Benchmark::start('name'); - * - * * @param string $name * @return void * @see check @@ -31,10 +27,6 @@ class Benchmark { /** * Get the elapsed time in milliseconds since starting a benchmark. * - * - * echo Benchmark::check('name'); - * - * * @param string $name * @return float * @see start