Changes between Version 9 and Version 10 of Profiling
- Timestamp:
- 01/09/13 09:23:19 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Profiling
v9 v10 37 37 38 38 === Using pycallgraph to identify bottlenecks == 39 General guidelines: 39 General rules and guidelines: 40 * beware that changing the include and exclude sets can have a very noticeable impact on tracing performance, so bear that in mind when making comparisons 40 41 * start with a small delay (ie: {{{-d 2}}}) to skip the initial setup, potentially longer if you start a server and then also need to connect the client before profiling 41 42 * if testing locally (which is generally more convenient), don't forget to turn off mmap with {{{--no-mmap}}}