update trace command doc. #958

This commit is contained in:
hengyunabc
2019-12-04 00:56:13 +08:00
parent be13519032
commit 9f0212422d
3 changed files with 89 additions and 58 deletions
@@ -36,6 +36,7 @@ import java.util.List;
" trace -E org\\\\.apache\\\\.commons\\\\.lang\\\\.StringUtils isBlank\n" +
" trace -E com.test.ClassA|org.test.ClassB method1|method2|method3\n" +
" trace demo.MathGame run -n 5\n" +
" trace demo.MathGame run --skipJDKMethod false\n" +
Constants.WIKI + Constants.WIKI_HOME + "trace")
//@formatter:on
public class TraceCommand extends EnhancerCommand {