Skip to content

v0.7.1

Compare
Choose a tag to compare
@wolfpld wolfpld released this 24 Aug 17:32
· 3631 commits to master since this release

Tracy Profiler 0.7.1

Here are some highlights for Tracy Profiler 0.7.1. For a more detailed change list, see https://github.com/wolfpld/tracy/blob/v0.7.1/NEWS.

Linux sampling support

Call stack sampling, previously available only on Windows is now also implemented on Linux:

sampling-linux1

This includes sampling on Android devices:

sampling-linux2

Time limit ranges

Results displayed in the find zone and statistics windows can be now narrowed down to a specific time range. One of the ways a time range can be specified is through the newly added context menu system:

111

Time ranges can be freely adjusted using the mouse:

123

Automatic Vsync capture on Windows

This shows when the hardware vertical synchronization happens for each of the monitors:

vsync

Zone name grouping

Another way of grouping zones in the find zone window.

zone-name

Display of exact time in capture

You can now hover the timescale to see an exact timestamp since the beginning of the capture.

timescale