From 96a449a2e1a486a7a24fd12e00bbf6b12a223f6a Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 15 May 2009 17:48:17 +0200 Subject: valgrind profiling --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') diff --git a/README b/README index 42db76a..b457295 100644 --- 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 -- cgit v1.2.3