Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorjkriegshauser <jkriegshauser@gmail.com>2022-09-02 20:44:37 +0300
committerGitHub <noreply@github.com>2022-09-02 20:44:37 +0300
commit59ae71df2be6c3f8b6dcd104fb8abc55a9d062c4 (patch)
tree6c1dbf86d02a6aa031a1fd80f5ac5754561e403a /NEWS
parent8b75a3fab0650b30f6edc7f494f9a5e19e621a64 (diff)
Import frame messages (#459)
Co-authored-by: Joshua Kriegshauser <joshuakr@nvidia.com> Co-authored-by: Bartosz Taudul <wolf@nereid.pl>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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)