[pypy-commit] extradoc extradoc: final tweaks

antocuni pypy.commits at gmail.com
Thu Apr 6 20:03:57 EDT 2017


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r5799:f6e2cae28ab9
Date: 2017-04-07 01:50 +0200
http://bitbucket.org/pypy/extradoc/changeset/f6e2cae28ab9/

Log:	final tweaks

diff --git a/talk/pycon-italy-2017/talk.rst b/talk/pycon-italy-2017/talk.rst
--- a/talk/pycon-italy-2017/talk.rst
+++ b/talk/pycon-italy-2017/talk.rst
@@ -61,8 +61,8 @@
    :align: left
 
 
-- High frequency trading of sport bets
-
+- High frequency trading platform for sports bets
+  
   * low latency is a must
 
 - PyPy used in production since 2012
@@ -145,6 +145,11 @@
 
 - Use CFFI if possible
 
+demo
+----
+
+live demo time :)
+  
 numpy
 -----
 
@@ -233,6 +238,41 @@
 - What about Python 3? |ok|
 
 - **Bonus topic: vmprof**
+
+VMProf
+------
+
+- Statistical profiler
+
+- Low overhead (~5%)
+
+- For CPython and PyPy
+
+- Distinguish between:
+
+  - Interpreter
+
+  - Native code
+
+  - JIT (PyPy only)
+
+  - GC (PyPy only)
+
+    
+VMProf example
+--------------
+
+::
+
+   $ python -m vmprof --web foobar.py
+
+   $ pypy -m vmprof --web foobar.py
+
+
+..
+    CPython: http://vmprof.com/#/f7c45f78-fcb0-4c31-8fb5-d53546b94c09
+
+    PyPy: http://vmprof.com/#/7d25c9ab-aeb8-495f-9e69-54bd2e242745
   
 ..
    Topics


More information about the pypy-commit mailing list