Add time_stamp to ui::Accelerator |
||
Issue descriptionWe want to measure the latency between a key-pressing to the time of the presentation of next UI frame. sky@ implemented this RequestPresentationTimeForNextFrame in compositor, which makes it possible to measure the latency. But we are missing the time_stamp of the key event when calling the function to init the UI views, e.g. toggle the app list Launcher: https://cs.chromium.org/chromium/src/ash/accelerators/accelerator_controller.cc?l=527&rcl=91d26b6d39214699d5812da0c8772242ec68a679 Is it a good idea to save the time_stamp in ui::Accelerator when it is created from the event? Thanks.
,
Mar 9 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Mar 9 2018