valgrind profiling
authorDieter Plaetinck <dieter@plaetinck.be>
Fri, 15 May 2009 15:48:17 +0000 (17:48 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Fri, 15 May 2009 15:48:17 +0000 (17:48 +0200)
README

diff --git a/README b/README
index 42db76a..b457295 100644 (file)
--- a/README
+++ b/README
@@ -128,3 +128,10 @@ KNOWN BUGS
 - Something in the FIFO code causes CPU usage to jump.
 
 Report new issues @ uzbl.org/bugs
+
+
+VALGRIND PROFILING
+add this to Makefile header: CFLAGS=-g
+recompile
+valgrind --tool=callgrind ./uzbl ....
+kcachegrind callgrind.out.foo