Author: fijal
Branch: extradoc
Changeset: r5559:a010b0057b87
Date: 2015-10-01 13:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/a010b0057b87/

Log:    work on it

diff --git a/talk/pyconza2015/talk.rst b/talk/pyconza2015/talk.rst
--- a/talk/pyconza2015/talk.rst
+++ b/talk/pyconza2015/talk.rst
@@ -29,6 +29,8 @@
 
 * different base, not written in C
 
+* ~7x faster than cpython
+
 PyPy - the wider angle
 ----------------------
 
@@ -122,9 +124,31 @@
 Guidos points about optimizing python
 -------------------------------------
 
-xxx find the link
-
 Why we're here?
 ---------------
 
-yyyyy
+* because the points above don't really work
+
+* once you fix obvious mistakes, profiles tend to look flat
+
+* let's look at some of them
+
+the basics
+----------
+
+* have a metric
+
+a word about timeit
+-------------------
+
+xxxxx
+
+introducing vmprof
+------------------
+
+* low-overhead profiler
+
+* statistical
+
+* visualization tools (work in progress)
+
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to