You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using tracy with multi dll setup which was working fine, but when enabling TRACY_ON_DEMAND the scopes randomly don't close which leads to constant stacking. I also tried TRACY_IMPORTS which doc says is required for dlls on windows but it doesn't seem to matter.
The text was updated successfully, but these errors were encountered:
I had just run into this issue @toodemhard, What fixed it was also defining TRACY_ON_DEMAND within my .dll which contained the TracyProfiler aswell as my application i was using that .dll within.
I'm having the same issue. I'm running Tracy in a DLL that gets reloaded (that is, my program loads multiple live copies and only calls into the most recent one), and running Tracy normally, it works totally fine, which surprised and delighted me! But with TRACY_ON_DEMAND scopes don't close. I tried manually doing it with ZoneNamed but it had the same result.
I only wanted to do "on demand" so that I would have a means to turn profiling on and off while the game is running. 🤔
Currently using tracy with multi dll setup which was working fine, but when enabling TRACY_ON_DEMAND the scopes randomly don't close which leads to constant stacking. I also tried TRACY_IMPORTS which doc says is required for dlls on windows but it doesn't seem to matter.
The text was updated successfully, but these errors were encountered: