[gtk-doc] TOOD: add info about profiling perl



commit 1a7469560dbad530068c14c920dba0170c09041e
Author: Stefan Kost <ensonic users sf net>
Date:   Tue May 10 16:28:47 2011 +0300

    TOOD: add info about profiling perl

 TODO |    6 ++++++
 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
+
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]