Skip to content

Tracy Profiler 0.7.8

Compare
Choose a tag to compare
@wolfpld wolfpld released this 19 May 19:06
· 2814 commits to master since this release
07778ba

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

Child call times

Time spent in child function calls can be now optionally displayed in the symbol view window. Due to how programs are structured, time will be attributed to the next instruction (where the call will return).

1

General improvements to symbol view

Jump targets (typically out of screen) can be now also seen in tooltips.

2

Register access color codes are explained in tooltips.

3

Save options

When saving a trace you will be now able to select compression parameters. Previously this was only available through the update utility.

4

New GPU instrumentation options

  • Vulkan contexts can be now calibrated on Linux.
  • Direct3D 11 instrumentation is now supported.

Improvements to chrome tracing import

  • Tracy can now import chrome traces compressed with Zstd.
  • Custom source location tags are supported.
  • Support for multiple PIDs has been added.

obraz