Changes between Version 10 and Version 11 of DeveloperGuidelines/Optimisation


Ignore:
Timestamp:
11/16/09 16:34:55 (15 years ago)
Author:
Fran Boon
Comment:

Python's inbuilt profilers

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v10 v11  
    3232
    3333=== Profiling ===
     34 * http://docs.python.org/library/profile.html
    3435 * http://www.cherrypy.org/wiki/Testing#Profiling
    3536 * http://mg.pov.lt/profilehooks/