Skip to content

Tracy Profiler 0.7.7

Compare
Choose a tag to compare
@wolfpld wolfpld released this 01 Apr 16:26
· 2631 commits to master since this release
da29ec9

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

Number of entry call stacks

Each sampled assembly line has a number of entry call stacks (unique execution paths leading to the instruction) assigned to it. This was previously accessible through the "sample entry call stacks" window, and it is now more exposed in a tooltip, along with a reminder which should increase discoverability of the aforementioned window.

111

Note: Entry call stacks were previously named "parent call stacks".

Source code preview

Source code contents will now have preview tooltips in various places in the UI. Keep in mind it's possible that the displayed source code might not be up-to-date. Please consult the user manual for the usual caveats.

222