flutter / devtools

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

Consider two modes for Timeline FPS chart #450

Open kenzieschmoll opened 5 years ago

kenzieschmoll commented 5 years ago

Per discussion here: https://docs.google.com/a/google.com/document/d/1hxl-ZOS6prsSSqvdYemnUHteme8uY7hUg04Nj4NRq5I/edit?disco=AAAACu7djgA, it might be useful to have two modes for the bar chart:

kenzieschmoll commented 5 years ago

Perhaps we could have a checkbox that says "Latency aware" or "Track latency" that would switch to the mode we currently have in the Timeline.

Based on feedback from @liyuqian and others, I think we want option B) to be the default mode for the Timeline.

@terrylucas, how much time would it take to tweak the timeline plotly chart to support option B in addition to our current implementation (option A).