1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Import frame messages (#459)

Co-authored-by: Joshua Kriegshauser <joshuakr@nvidia.com>
Co-authored-by: Bartosz Taudul <wolf@nereid.pl>
This commit is contained in:
jkriegshauser
2022-09-02 10:44:37 -07:00
committed by GitHub
parent 8b75a3fab0
commit 59ae71df2b
3 changed files with 62 additions and 23 deletions
+3
View File
@@ -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)