From cc79c080320203aefad2dac1b69d5a53660f1312 Mon Sep 17 00:00:00 2001 From: Joshua Kriegshauser Date: Fri, 2 Sep 2022 09:16:05 -0700 Subject: [PATCH] added to news --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 759cacc3..38db5c17 100644 --- a/NEWS +++ b/NEWS @@ -80,6 +80,9 @@ v0.x.x (xxxx-xx-xx) instead of "/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../ include/c++/12.2.0/bits/std_mutex.h" Tracy will now report such file as "/usr/include/c++/12.2.0/bits/std_mutex.h". +- The import-chrome utility interprets Instant (`i`/`I`) events where the + `name` field contains the word `frame` as a frame event. The `name` is the + frame set name. v0.8.2 (2022-06-28)