aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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