From 91bc1761b47edb878be4d98dfdc46ca4f52582d5 Mon Sep 17 00:00:00 2001 From: liuyaya Date: Sat, 20 May 2017 18:19:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Debug.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/think/Debug.php b/library/think/Debug.php index 844dfb89..9994e20c 100644 --- a/library/think/Debug.php +++ b/library/think/Debug.php @@ -38,7 +38,7 @@ class Debug } /** - * 统计某个区间的时间(微秒)使用情况 + * 统计某个区间的时间(微秒)使用情况 返回值以秒为单位 * @param string $start 开始标签 * @param string $end 结束标签 * @param integer|string $dec 小数位 @@ -53,7 +53,7 @@ class Debug } /** - * 统计从开始到统计时的时间(微秒)使用情况 + * 统计从开始到统计时的时间(微秒)使用情况 返回值以秒为单位 * @param integer|string $dec 小数位 * @return integer */