fix gprof instructions

This commit is contained in:
George Danchev 2011-06-22 16:50:46 +00:00
parent 0527ba11c4
commit 0818711176
1 changed files with 3 additions and 1 deletions

View File

@ -24,5 +24,7 @@ FILE: libisoburn/releng/releng_build_jigdo
WHO: george
TEST: gprof
FILE: build with -pg
FILE: CFLAGS=-pg ./configure && make
FILE: run resulting executable; gmon.out to be created in current cirectory
FILE: gprof path/to/xorriso gmon.out > gprof.out
WHO: george, thomas