mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update trace command doc. #958
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user