Changes between Version 17 and Version 18 of Processing/lagdevelopersfaq


Ignore:
Timestamp:
Jul 9, 2012, 3:27:24 PM (12 years ago)
Author:
jaho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/lagdevelopersfaq

    v17 v18  
    523523[http://code.google.com/p/gperftools/ gperftools] - a set of performance analysis tools from Google. \\
    524524
    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] ===
    526526
    527527Profiling 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. \\ \\