diff options
Diffstat (limited to 'gprof.sh')
-rwxr-xr-x | gprof.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gprof.sh b/gprof.sh new file mode 100755 index 000000000..be6c9d03d --- /dev/null +++ b/gprof.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gprof --inline-file-names ./${1} >gprof_${1}.txt |