Skip to content

v0.7.4

Compare
Choose a tag to compare
@wolfpld wolfpld released this 15 Nov 21:20
· 3456 commits to master since this release

Tracy Profiler 0.7.4

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

Textual descriptions for assembly instructions

Some assembly instructions will now have descriptions, explaining what they do.

1

More microarchitectural data

Zen 3 and Cascade Lake measurements have been added.

2

Additionally, the profiler will now warn if the selected microarchitecture doesn't match the CPU on which the profiling was performed.

3

Ghost zone improvements

The source location dynamic zone coloring mode now also has an effect on ghost zones.

4

Namespace shortening has also been implemented for ghost zones.

5

Frame rate targets

You can now set a target FPS value, which you want to achieve, and get a visualization of which frames didn't met it, and how long the frame went over the target, presented as a red area.

6