LuvitPlayground / luvitplayground.github.io

An experiment to discover what a better documentation for the Luvit project could look like
https://luvit.io
Apache License 2.0
0 stars 1 forks source link

Add profiling guide to help identify performance problems #2

Open rdw-software opened 3 years ago

rdw-software commented 3 years ago

Should compare multiple approaches to profiling:

See: Flame graphs? (https://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html)

Also needs to make sure people understand the risks of premature optimization, and when performance actually matters. Plus, knowing to benchmark vs. "guessing".