Skip to content

Commit d82b80e

Browse files
committed
Merge pull request #163 from jeremyeder/fix-perf-100-patch
fix syntax to freq argument
2 parents 87bfdf1 + dcbaa8c commit d82b80e

File tree

1 file changed

+1
-1
lines changed
  • agent/tool-scripts

1 file changed

+1
-1
lines changed

agent/tool-scripts/perf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dir="/tmp"
2222
mode=""
2323
iteration="1"
2424
options="none"
25-
record_opts="record -a -freq=100"
25+
record_opts="record -a --freq=100"
2626
report_opts="report --show-nr-samples -I"
2727

2828
# Process options and arguments

0 commit comments

Comments
 (0)