MyGit

v0.9

wolfpld/tracy

版本发布时间: 2022-10-27 06:04:07

wolfpld/tracy最新发布版本:v0.10(2023-10-17 03:38:50)

For a more detailed change list, see https://github.com/wolfpld/tracy/blob/v0.9/NEWS.

Breaking changes

Plots visualization improvements

1

Frame time target

The range of frame bar colors in the frames overview on top of the screen can be now controlled with the "Target FPS" entry box in the options menu.

3

Zone name shortening

Previously zone name shortening supported only namespace removal, in a way that didn't consider function parameters or template arguments. The new shortening rules first perform normalization of the function name:

The next steps consist of repeated removal of namespaces, starting with the most outermost one. While the old process was all or nothing, the new implementation by default will dynamically adjust to the space available, trying to show the most context possible.

Previously shortening was only applied to the zone names displayed on the timeline. Currently this process will also apply to all other places in the UI where function names are displayed.

4

Path normalization

Symbol file paths are now normalized on libbacktrace systems. For example, 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.

Symbol view improvements

6

7

8 9

Various improvements

2

5

相关地址:原始地址 下载(tar) 下载(zip)

1、 Tracy-0.9.7z 4.23MB

2、 tracy.pdf 1.07MB

3、 VC_redist.x64.exe 24.07MB

查看:2022-10-27发行的版本