Changes between Version 18 and Version 19 of Profiling
- Timestamp:
- 12/30/15 12:55:29 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Profiling
v18 v19 69 69 70 70 {{{#!div class="box" 71 == Other Tools == 72 * [https://nylas.com/blog/performance Profiling Python in Production]: [https://github.com/nylas/nylas-perftools py2devtools] 73 }}} 74 75 {{{#!div class="box" 71 76 == Fixing Bottlenecks == 72 77 First, write a test to measure/isolate the problematic part of the code.