Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate tracy #801

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Conversation

feliwir
Copy link
Contributor

@feliwir feliwir commented Nov 21, 2022

A profiler giving us insight what time is spent on. Replaces / Closes #566
The profiler is a standalone application that connects to Thyme. A trace can e.g look like this:
image

Currently this only works in standalone mode and i've only adding "zones" to a few functions. This is what has been done in this PR:

  • profile every default new / delete operator
  • profile every new / delete on a memory pool object. Pools will be tracked accordingly
  • profile some loading performance: Subsystem, INI, CRC, GameText
  • get this working in standalone
  • mark frame begin & end events
  • profile important bottlenecks

@feliwir feliwir requested a review from xezon December 7, 2022 10:12
@feliwir feliwir marked this pull request as ready for review December 7, 2022 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add optick to Thyme to profile performance natively
1 participant