aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-15 17:48:17 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-15 17:48:17 +0200
commit96a449a2e1a486a7a24fd12e00bbf6b12a223f6a (patch)
tree0e5591b0920dd0d8b152c969f6f857a627b5bf37 /README
parent114df42ec53d1ba41340559a0dabf29b921a1c56 (diff)
valgrind profiling
Diffstat (limited to 'README')
-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