1{
2  "traceEvents": [
3    {
4      "cat": "ipc",
5      "pid": 15902,
6      "tid": 15903,
7      "ts": 3002,
8      "ph": "X",
9      "name": "SenderA",
10      "args":{},
11      "dur": 10
12    },
13    {
14      "cat": "ipc",
15      "pid": 15902,
16      "tid": 15903,
17      "ts": 3002,
18      "ph": "s",
19      "name": "IPC",
20      "args":{},
21      "id":"8780d402",
22      "sf": "7"
23    },
24
25    {
26      "cat": "ipc",
27      "pid": 15903,
28      "tid": 15904,
29      "ts": 0,
30      "ph": "X",
31      "name": "SenderB",
32      "args":{},
33      "dur": 10
34    },
35    {
36      "cat": "ipc",
37      "pid": 15903,
38      "tid": 15904,
39      "ts": 1,
40      "ph": "s",
41      "name": "IPC",
42      "args":{},
43      "id":"8780d403"
44    },
45
46    {
47      "cat": "ipc",
48      "pid": 15875,
49      "tid": 15895,
50      "ts": 1001,
51      "ph": "f",
52      "name": "IPC",
53      "args": {},
54      "id": "8780d403"
55    },
56    {
57      "cat": "ipc",
58      "pid": 15875,
59      "tid": 15895,
60      "ts": 1001,
61      "ph": "X",
62      "name": "Blergh",
63      "args": {},
64      "dur": 100
65    },
66
67    {
68      "cat": "ipc",
69      "pid": 15774,
70      "tid": 15794,
71      "ts": 3200,
72      "ph": "X",
73      "name": "OtherSlice",
74      "args": {},
75      "dur": 500
76    },
77    {
78      "cat": "ipc",
79      "pid": 15774,
80      "tid": 15794,
81      "ts": 3220,
82      "ph": "t",
83      "name": "IPC",
84      "args": {},
85      "id": "8780d402",
86      "sf": 8
87    },
88
89    {
90      "cat": "ipc",
91      "pid": 15874,
92      "tid": 15894,
93      "ts": 3330,
94      "ph": "f",
95      "name": "IPC",
96      "args": {},
97      "id": "8780d402",
98      "sf": "1"
99    },
100    {
101      "cat": "ipc",
102      "pid": 15874,
103      "tid": 15894,
104      "ts": 3331,
105      "ph": "X",
106      "name": "SomeSlice",
107      "args": {},
108      "dur": 400
109    }
110  ],
111  "stackFrames": {
112    "1": {
113      "category": "m1",
114      "name": "main"
115    },
116    "7": {
117      "category": "m2",
118      "name": "frame7",
119      "parent": "1"
120    },
121    "8": {
122      "category": "m2",
123      "name": "frame8",
124      "parent": "1"
125    }
126  }
127}
128