mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
782 B
Markdown
22 lines
782 B
Markdown
5 years ago
|
|
||
|
`trace demo.MathGame primeFactors`{{execute T2}}
|
||
|
|
||
|
Enter `Q`{{execute T2}} or `Ctrl+C` to exit
|
||
|
|
||
|
`reset demo.MathGame`{{execute T2}}
|
||
|
|
||
|
|
||
|
```bash
|
||
|
$ trace demo.MathGame primeFactors
|
||
|
Press Q or Ctrl+C to abort.
|
||
|
Affect(class count: 1 , method count: 1) cost in 92 ms, listenerId: 3
|
||
|
---ts=2020-07-16 05:41:11;thread_name=main;id=1;is_daemon=false;priority=5;TCCL=sun.misc.Launcher$AppClassLoader@70dea4e
|
||
|
---[0.523823ms] demo.MathGame:primeFactors()
|
||
|
---[0.004476ms] throw:java.lang.IllegalArgumentException() #46
|
||
|
|
||
|
---ts=2020-07-16 05:41:12;thread_name=main;id=1;is_daemon=false;priority=5;TCCL=sun.misc.Launcher$AppClassLoader@70dea4e
|
||
|
---[0.111285ms] demo.MathGame:primeFactors()
|
||
|
|
||
|
$ reset demo.MathGame
|
||
|
Affect(class count: 1 , method count: 0) cost in 5 ms, listenerId: 0
|
||
|
```
|