From 081871117604e9dee5dafaeb4fdceee1d025cbc4 Mon Sep 17 00:00:00 2001 From: George Danchev Date: Wed, 22 Jun 2011 16:50:46 +0000 Subject: [PATCH] fix gprof instructions --- releng/README.releng | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/releng/README.releng b/releng/README.releng index 6c300231..b4183197 100644 --- a/releng/README.releng +++ b/releng/README.releng @@ -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