- add sources.
[platform/framework/web/crosswalk.git] / src / tools / perf / metrics / unittest_data / sample_timeline.json
1 [
2   {
3     "type": "Paint",
4     "comment": "This paint event occurs before Layout, it will be filtered out.",
5     "startTime": 0,
6     "endTime": 0,
7     "data": {
8       "clip": [ 0, 0, 1000, 0, 1000, 800, 0, 800 ]
9     },
10     "frameId": "1.1",
11     "children": []
12   },
13   {
14     "type": "ResourceReceiveResponse",
15     "startTime": 0,
16     "endTime": 10,
17     "children": []
18   },
19   {
20     "type": "Layout",
21     "startTime": 10,
22     "endTime": 20,
23     "children": []
24   },
25   {
26     "type": "Paint",
27     "comment": "Full-screen paint event; area 1,000,000",
28     "startTime": 100,
29     "endTime": 100,
30     "data": {
31       "clip": [ 0, 0, 1000, 0, 1000, 1000, 0, 1000 ]
32     },
33     "frameId": "1.1",
34     "children": []
35   },
36   {
37     "type": "Paint",
38     "comment": "This paint event is not a leaf event. Area 300,000, time 400",
39     "startTime": 200,
40     "endTime": 400,
41     "data": {
42       "clip": [ 0, 0, 1000, 0, 1000, 300, 0, 300 ]
43     },
44     "frameId": "1.1",
45     "children": [
46       {
47         "type": "Paint",
48         "comment": "Area 300,000, time 300",
49         "startTime": 200,
50         "endTime": 300,
51         "data": {
52           "clip": [ 0, 0, 1000, 0, 1000, 300, 0, 300 ]
53         },
54         "frameId": "1.1",
55         "children": []
56       },
57       {
58         "type": "Paint",
59         "comment": "Area 300,000, time 400",
60         "startTime": 300,
61         "endTime": 400,
62         "data": {
63           "clip": [ 0, 0, 1000, 0, 1000, 300, 0, 300 ]
64         },
65         "frameId": "1.1",
66         "children": []
67       }
68     ]
69   },
70   {
71     "type": "Paint",
72     "comment": "Final paint event, with an area of 200,000 ",
73     "startTime": 550,
74     "endTime": 800,
75     "data": {
76       "clip": [ 0, 0, 1000, 0, 1000, 200, 0, 200 ]
77     },
78     "frameId": "1.1",
79     "children": []
80   }
81 ]