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

feat: tracy profiler integration #365

Merged
merged 15 commits into from
Aug 12, 2024
Merged

feat: tracy profiler integration #365

merged 15 commits into from
Aug 12, 2024

Conversation

Pentalimbed
Copy link
Collaborator

@Pentalimbed Pentalimbed commented Jul 31, 2024

@FlayaN
Copy link
Collaborator

FlayaN commented Jul 31, 2024

there is an updated tracy 0.11, you just need to update the vcpkg baseline
https://github.com/microsoft/vcpkg/pull/39976/files#diff-6a5ffa7932091732cc1bf73bb27e7616ab8b7484701f4d19a5524b511d4844ab

@Pentalimbed
Copy link
Collaborator Author

there is an updated tracy 0.11, you just need to update the vcpkg baseline https://github.com/microsoft/vcpkg/pull/39976/files#diff-6a5ffa7932091732cc1bf73bb27e7616ab8b7484701f4d19a5524b511d4844ab

oh thanks

src/State.h Show resolved Hide resolved
include/PCH.h Outdated Show resolved Hide resolved
vcpkg.json Outdated Show resolved Hide resolved
@FlayaN
Copy link
Collaborator

FlayaN commented Jul 31, 2024

Maybe add tracy stuff here as well?
image

One idea we talked about on discord:
Add a macro in the future that we can use with both tracy and dxtracing

@FlayaN
Copy link
Collaborator

FlayaN commented Aug 2, 2024

Add truepbr zone?

@Pentalimbed
Copy link
Collaborator Author

Pentalimbed commented Aug 2, 2024

Add truepbr zone?

Not focusing on this rn

i.e. PR plz

@Pentalimbed Pentalimbed marked this pull request as ready for review August 4, 2024 20:39
@FlayaN
Copy link
Collaborator

FlayaN commented Aug 4, 2024

Add this in CmakePresets.json at the bottom

{
		"name": "ALL-TRACY",
		"cacheVariables": {
			"TRACY_SUPPORT": "ON"
		},
		"inherits": "ALL"
}

Co-Authored-By: Flayan <964655+flayan@users.noreply.github.com>
CMakePresets.json Outdated Show resolved Hide resolved
Co-Authored-By: Flayan <964655+flayan@users.noreply.github.com>
@doodlum
Copy link
Owner

doodlum commented Aug 6, 2024

Ready for this to be merged?

@Pentalimbed
Copy link
Collaborator Author

Pentalimbed commented Aug 6, 2024 via email

@doodlum doodlum merged commit b72d67e into doodlum:dev Aug 12, 2024
3 checks passed
@Pentalimbed Pentalimbed deleted the dev-tracy branch September 25, 2024 07:19
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.

4 participants