Changes between Version 61 and Version 62 of DeveloperGuidelines/Optimisation
- Timestamp:
- 10/08/10 10:53:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v61 v62 46 46 == Specific Examples == 47 47 === Python === 48 NB These vary on cases, so use the Profiler to see how they work in your cases...48 NB These vary on cases, so use the Profiler (and argument {{{-F profiler.log}}} when running web2py.py) to see how they work in your cases... 49 49 {{{ 50 50 for i in xrange(0, len(rows)):