diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | gprof.sh | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -115,3 +115,5 @@ Thumbs.db *.txt~ *.conf~ *.py~ +/gmon.out +/gprof_* diff --git a/gprof.sh b/gprof.sh new file mode 100755 index 00000000..be6c9d03 --- /dev/null +++ b/gprof.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gprof --inline-file-names ./${1} >gprof_${1}.txt |