Changes between Version 17 and Version 18 of Processing/lagdevelopersfaq
- Timestamp:
- Jul 9, 2012, 3:27:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/lagdevelopersfaq
v17 v18 523 523 [http://code.google.com/p/gperftools/ gperftools] - a set of performance analysis tools from Google. \\ 524 524 525 === 5.7 How do I use profiling tools to optimise my code? [= q5.7] ===525 === 5.7 How do I use profiling tools to optimise my code? [=#q5.7] === 526 526 527 527 Profiling is better then your intuition when it comes to optimising code and you should do it often. It lets you easily identify bottlenecks and see how your changes actually affect the performance. It also lets you pinpoint functions that cause high memory consumption and find possible memory leaks. \\ \\