File: perf-test-report.bash

package info (click to toggle)
libopencsd 1.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 51,636 kB
  • sloc: cpp: 24,717; ansic: 2,733; makefile: 468; sh: 257
file content (14 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (4)
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 $*