Fix perf reporting

reviewable/pr8008/r2
Craig Tiller 9 years ago
parent d8a3c048e2
commit a980b9acc4
  1. 6
      tools/profiling/perf/run_perf_unconstrained.sh

@ -90,8 +90,6 @@ export config=mutrace
make CONFIG=$config -j$CPUS qps_json_driver
bins/$config/qps_json_driver --scenarios_json="$SCENARIOS_JSON_ARG"
#sudo perf record -F 997 -g bins/$config/qps_json_driver --scenarios_json="$SCENARIOS_JSON_ARG"
#sudo perf report
sudo perf record -F 997 -g bins/$config/qps_json_driver --scenarios_json="$SCENARIOS_JSON_ARG"
sudo perf report

Loading…
Cancel
Save