flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.55k stars 314 forks source link

Add feature for diffing two CPU profiles #4632

Open kenzieschmoll opened 1 year ago

kenzieschmoll commented 1 year ago

Some info about flame graph diffs here: https://github.com/brendangregg/FlameGraph. Original request from @sigmundch, who created some diffs for dart2js.

sigmundch commented 1 year ago

For reference, here is Brendan's original blog post on differential flame graphs: https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html