Skip to content

Commit

Permalink
Fix runqslower to indicate that the latency param is in microseconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamandaleeka authored and yonghong-song committed Jun 5, 2020
1 parent 8319d52 commit 78b0f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/runqslower.py
Expand Up @@ -50,7 +50,7 @@
formatter_class=argparse.RawDescriptionHelpFormatter,
epilog=examples)
parser.add_argument("min_us", nargs="?", default='10000',
help="minimum run queue latecy to trace, in ms (default 10000)")
help="minimum run queue latency to trace, in us (default 10000)")
parser.add_argument("--ebpf", action="store_true",
help=argparse.SUPPRESS)

Expand Down

0 comments on commit 78b0f07

Please sign in to comment.