Changes between Version 12 and Version 13 of DeveloperGuidelines/Optimisation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v12 v13  
    3232
    3333=== Profiling ===
    34  * Web2Py can use cProfile: http://www.mail-archive.com/web2py@googlegroups.com/msg06267.html
     34 * Web2Py can [http://www.mail-archive.com/web2py@googlegroups.com/msg06267.html use cProfile]:
     35  * {{{web2py.py -F profiler.log}}}
    3536 * http://docs.python.org/library/profile.html
    3637 * http://www.cherrypy.org/wiki/Testing#Profiling