Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Side by Side Diff: ui/latency/latency_info.dot

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/latency/latency_info.cc ('k') | ui/latency/latency_info_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # dot -Tpdf ui/events/latency_info.dot > latency_info.pdf 1 # dot -Tpdf ui/latency/latency_info.dot > latency_info.pdf
2 2
3 digraph g { 3 digraph g {
4 node [shape=box]; 4 node [shape=box];
5 5
6 INPUT_EVENT_LATENCY_SCROLL_UPDATE_ORIGINAL_COMPONENT -> 6 INPUT_EVENT_LATENCY_SCROLL_UPDATE_ORIGINAL_COMPONENT ->
7 INPUT_EVENT_LATENCY_UI_COMPONENT [label="Event.Latency.OS.*"] 7 INPUT_EVENT_LATENCY_UI_COMPONENT [label="Event.Latency.OS.*"]
8 INPUT_EVENT_LATENCY_UI_COMPONENT -> INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT [l abel="Event.Latency.Browser.INPUT_MODALITYUI"]; 8 INPUT_EVENT_LATENCY_UI_COMPONENT -> INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT [l abel="Event.Latency.Browser.INPUT_MODALITYUI"];
9 9
10 INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT -> INPUT_EVENT_LATENCY_ACK_RWH_COMPONE NT [label="Event.Latency.Browser.INPUT_MODALITYAcked"]; 10 INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT -> INPUT_EVENT_LATENCY_ACK_RWH_COMPONE NT [label="Event.Latency.Browser.INPUT_MODALITYAcked"];
11 11
(...skipping 19 matching lines...) Expand all
31 31
32 subgraph cluster_01 { 32 subgraph cluster_01 {
33 style=invis; 33 style=invis;
34 node [shape=plaintext]; 34 node [shape=plaintext];
35 key [label="\ 35 key [label="\
36 INPUT_MODALITY = (Wheel | Touch\l\ 36 INPUT_MODALITY = (Wheel | Touch\l\
37 THREAD = (Main | Impl)\l\ 37 THREAD = (Main | Impl)\l\
38 SCROLL = (ScrollBegin | ScrollUpdate)\l"] 38 SCROLL = (ScrollBegin | ScrollUpdate)\l"]
39 } 39 }
40 } 40 }
OLDNEW
« no previous file with comments | « ui/latency/latency_info.cc ('k') | ui/latency/latency_info_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698