Changes between Version 13 and Version 14 of DeveloperGuidelines/Optimisation


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

if running as service, edit options.py

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v13 v14  
    3434 * Web2Py can [http://www.mail-archive.com/web2py@googlegroups.com/msg06267.html use cProfile]:
    3535  * {{{web2py.py -F profiler.log}}}
     36  * or if running as service, edit {{{options.py}}}: {{{profiler_filename = 'profiler.log'}}}
    3637 * http://docs.python.org/library/profile.html
    3738 * http://www.cherrypy.org/wiki/Testing#Profiling