-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathminimal-trace-async-events-user-timing-devtools-colors.json
More file actions
104 lines (103 loc) · 2.24 KB
/
minimal-trace-async-events-user-timing-devtools-colors.json
File metadata and controls
104 lines (103 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"traceEvents": [
{
"cat": "disabled-by-default-devtools.timeline",
"name": "TracingStartedInBrowser",
"ph": "I",
"pid": 1,
"tid": 0,
"ts": 1,
"s": "t",
"args": {
"data": {
"frames": [
{
"processId": 1,
"url": "file://has-to-be-a-valid-URL-pattern"
}
]
}
}
},
{
"args": {
"description": "Artificial RunTask event to mark end of the trace"
},
"cat": "devtools.timeline",
"dur": 10,
"name": "RunTask",
"ph": "X",
"pid": 1,
"tid": 0,
"ts": 1
},
{
"args": {
"data": {
"detail": "{\"devtools\":{\"dataType\":\"track-entry\",\"track\":\"CustomT\",\"trackGroup\":\"CustomG\"}}"
}
},
"cat": "blink.user_timing",
"name": "measure-1:start",
"id2": { "local": "0x2" },
"s": "t",
"ph": "I",
"pid": 1,
"tid": 1,
"ts": 44
},
{
"cat": "blink.user_timing",
"s": "t",
"ph": "b",
"name": "measure-1",
"pid": 1,
"tid": 1,
"ts": 45,
"id2": { "local": "0x3" },
"args": {
"detail": "{\"devtools\":{\"dataType\":\"track-entry\",\"track\":\"CustomT\",\"trackGroup\":\"CustomG\"}}"
}
},
{
"cat": "blink.user_timing",
"s": "t",
"ph": "e",
"name": "measure-1",
"pid": 1,
"tid": 1,
"ts": 65,
"id2": { "local": "0x3" },
"args": {
"detail": "{\"devtools\":{\"dataType\":\"track-entry\",\"track\":\"CustomT\",\"trackGroup\":\"CustomG\"}}"
}
},
{
"args": {
"data": {
"detail": "{\"devtools\":{\"dataType\":\"marker\",\"track\":\"CustomT\",\"trackGroup\":\"CustomG\"}}"
}
},
"cat": "blink.user_timing",
"name": "measure-1:end",
"id2": { "local": "0x5" },
"s": "t",
"ph": "I",
"pid": 1,
"tid": 1,
"ts": 66
},
{
"args": {
"description": "Artificial RunTask event to mark end of the trace"
},
"cat": "devtools.timeline",
"dur": 10,
"name": "RunTask",
"ph": "X",
"pid": 1,
"tid": 0,
"ts": 165
}
]
}