summaryrefslogtreecommitdiffstats
path: root/decoder/tests/perf-test-scripts/perf-test-report.bash
blob: f8d4e7e96ba445dcc376697de1803aa9eb076ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#
# Script to run perf report 
#
# Uses environment set up by perf-setup-env.bash.
# See HOWTO.md for further details.
# 
# run from directory containing perf.data file.
#
#

${PERF_EXEC_PATH}/perf report --stdio $*