From b01a3e2c359da4babf32582695021f27228005ff Mon Sep 17 00:00:00 2001 From: lifeiyi <736926938@qq.com> Date: Sat, 11 Apr 2020 10:20:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=85=A2=E6=9F=A5=E8=AF=A2=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiler/profiler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/profiler.go b/profiler/profiler.go index d8d3c2b..e451135 100644 --- a/profiler/profiler.go +++ b/profiler/profiler.go @@ -167,7 +167,7 @@ func DefaultReportFunction(name string,callNum int,costTime time.Duration,record for elem!=nil { pRecord := elem.Value.(*Record) if pRecord.RType == MaxOverTime_Type { - strTypes = "very slow process" + strTypes = "too slow process" }else{ strTypes = "slow process" }