catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.93k stars 564 forks source link

Left-arrow navigation to flow events displays no event data in canary #786

Open catapult-bot opened 9 years ago

catapult-bot commented 9 years ago

Issue by randomascii Tuesday Mar 03, 2015 at 22:15 GMT Originally opened as https://github.com/google/trace-viewer/issues/786


On canary builds of Chrome on Windows (including 43.0.2321.0, but the problem started before then) if you select a RunTask event and then type left-arrow you go to the 'finish' node of the associated flow event (the previous "f" event on the same thread) no data is displayed. You have to press left again (to go to the associated "s" event) and then press right in order to see the data.

This is very confusing, especially for new users.

This works correctly on stable (on Windows).

Expected:

Selected Flow Event: Title: "MessageLoop::PostTask" Category "disabled-by-default-toplevel.flow" Start 9253.923 ms Wall Duration 0 ms Args queue_duration 649

Actual:

Flow Event

catapult-bot commented 9 years ago

Comment by randomascii Tuesday Mar 03, 2015 at 22:29 GMT


Screenshots -- from stable:

image

and from canary (same trace, same flow event): image