We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b509b commit fca248cCopy full SHA for fca248c
core/src/main/java/com/taobao/arthas/core/command/monitor200/ProfilerCommand.java
@@ -361,9 +361,8 @@ public void setJfrsync(String jfrsync) {
361
this.jfrsync = jfrsync;
362
}
363
364
- @Option(longName = "wall", flag = true)
365
- @Description("wall clock profiling interval")
366
- @DefaultValue("10000000")
+ @Option(longName = "wall")
+ @Description("wall clock profiling interval in milliseconds(recommended: 200)")
367
public void setWall(Long wall) {
368
this.wall = wall;
369
0 commit comments