From 41c97be3ef0db453ddd69b13845f79fe034eac7c Mon Sep 17 00:00:00 2001 From: 0xflotus <26602940+0xflotus@users.noreply.github.com> Date: Sun, 7 Oct 2018 19:34:21 +0200 Subject: [PATCH] added space --- site/src/site/sphinx/en/trace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/site/sphinx/en/trace.md b/site/src/site/sphinx/en/trace.md index 6f94628f..f49c43e7 100644 --- a/site/src/site/sphinx/en/trace.md +++ b/site/src/site/sphinx/en/trace.md @@ -97,7 +97,7 @@ trace com.alibaba.sample.petstore.web.store.module.screen.ItemList execute #cost `---[min=0.005428ms,max=0.094064ms,total=0.105228ms,count=3] com.alibaba.citrus.turbine.Context:put() ``` -Only the calling trace of the time cost higher than `4ms`presented now. +Only the calling trace of the time cost higher than `4ms` presented now. F.Y.I 1. like JProfile and other similar commercial software, you can `trace` down the specified method calling stack with time cost in Arthas;