Changes between Version 12 and Version 13 of DeveloperGuidelines/Optimisation
- Timestamp:
- 11/16/09 16:43:18 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v12 v13 32 32 33 33 === 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}}} 35 36 * http://docs.python.org/library/profile.html 36 37 * http://www.cherrypy.org/wiki/Testing#Profiling