Skip to content

Commit

Permalink
polish #2905
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Oct 17, 2024
1 parent f5b509b commit fca248c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,8 @@ public void setJfrsync(String jfrsync) {
this.jfrsync = jfrsync;
}

@Option(longName = "wall", flag = true)
@Description("wall clock profiling interval")
@DefaultValue("10000000")
@Option(longName = "wall")
@Description("wall clock profiling interval in milliseconds(recommended: 200)")
public void setWall(Long wall) {
this.wall = wall;
}
Expand Down

0 comments on commit fca248c

Please sign in to comment.