DescriptionInject renderer receive message time into resource notifications.
Previously time calculations based on "now"-time taken when renderer processed resource notification messages.
Renderer time is calculated by interpolation based on taken values.
Because of long JS evaluation or heavy rendering, "renderer" time range might be skewed.
To fix situation, "renderer" time should be taken when IPC messages are processed by renderer IO thread.
This patch adds message filter that supplies aforementioned messages with timestamps.
BUG=223836
Patch Set 1 #Patch Set 2 : Less hacky timestamp injection. #
Total comments: 4
Patch Set 3 : Change member name: task_tunner -> main_thread_task_runner_ #Patch Set 4 : Added description comment #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|