summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-05-10 16:28:47 +0300
committerStefan Kost <ensonic@users.sf.net>2011-05-10 16:29:11 +0300
commit1a7469560dbad530068c14c920dba0170c09041e (patch)
tree8a5a1755d6c2ec02811cd0cc529ad2b54e5a8241 /TODO
parenta81a174617241a0afcbb858896d9218297ad07bc (diff)
downloadgtk-doc-1a7469560dbad530068c14c920dba0170c09041e.tar.gz
TOOD: add info about profiling perl
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7ab69e8..ad08987 100644
--- a/TODO
+++ b/TODO
@@ -471,4 +471,10 @@ grep "gst_caps_is_always_compatible" tags
Those are slow and once they are used a single time perl prepares them for every match operation.
Since perl 5.10 one can use the /p flag for matches where this is needed and then use
${^PREMATCH} , ${^MATCH} and ${^POSTMATCH}
+- perl profiling
+ - http://blog.timbunce.org/2008/07/15/nytprof-v2-a-major-advance-in-perl-profilers/
+ perl -d:NYTProf gtkdoc-mkdb ...
+ nytprofhtml
+ firefox nytprof/index.html
+