Changes between Version 13 and Version 14 of DeveloperGuidelines/Optimisation
- Timestamp:
- 11/16/09 16:46:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v13 v14 34 34 * Web2Py can [http://www.mail-archive.com/web2py@googlegroups.com/msg06267.html use cProfile]: 35 35 * {{{web2py.py -F profiler.log}}} 36 * or if running as service, edit {{{options.py}}}: {{{profiler_filename = 'profiler.log'}}} 36 37 * http://docs.python.org/library/profile.html 37 38 * http://www.cherrypy.org/wiki/Testing#Profiling