Try repeated async events with same name and id

Signed-off-by: Tor Lillqvist <tml@collabora.com>
Change-Id: Iddaf193f6daa0ba680a068b19b084df0f4422b73
pull/2673/head
Tor Lillqvist 2021-06-23 12:26:27 +03:00
parent 18fe91c651
commit 18e5c8d4fb
1 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,13 @@
{"name":"async5", "ph":"F", "id":5, "ts":1623142954402050, "pid":1001, "tid":1},
{"name":"async6", "ph":"F", "id":6, "ts":1623142954402100, "pid":1001, "tid":1},
{"comment":" Events with same names at a later time, not overlapping. "},
{"name":"async5", "ph":"S", "id":5, "ts":1623142954402900, "pid":1001, "tid":1},
{"name":"async6", "ph":"S", "id":6, "ts":1623142954402950, "pid":1001, "tid":1},
{"name":"async5", "ph":"F", "id":5, "ts":1623142954403050, "pid":1001, "tid":1},
{"name":"async6", "ph":"F", "id":6, "ts":1623142954403100, "pid":1001, "tid":1},
{"comment":" Some complete events. If complete events for the same thread are not nested properly "},
{"comment":" (as the first two aren't, they overlap) Chrome mashes them together on the same line. "},