From 18e5c8d4fb6d679cc71afa9a30d39d93accfb6dc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 23 Jun 2021 12:26:27 +0300 Subject: [PATCH] Try repeated async events with same name and id Signed-off-by: Tor Lillqvist Change-Id: Iddaf193f6daa0ba680a068b19b084df0f4422b73 --- trace-event.sample2.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/trace-event.sample2.json b/trace-event.sample2.json index b046d6ef81..2a501930c2 100644 --- a/trace-event.sample2.json +++ b/trace-event.sample2.json @@ -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. "},