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
I'm implementing Fortran bindings and I noticed that there is no simple way to get TRACY_HAS_CALLSTACK variable without including TracyCallstack.h which is C/C++ source code and can not be used in Fortran source code directly (mostly because of WIN32).
It would be nice to have ___tracy_has_callstack function.
The text was updated successfully, but these errors were encountered:
Hello!
I'm implementing Fortran bindings and I noticed that there is no simple way to get TRACY_HAS_CALLSTACK variable without including TracyCallstack.h which is C/C++ source code and can not be used in Fortran source code directly (mostly because of WIN32).
It would be nice to have
___tracy_has_callstack
function.The text was updated successfully, but these errors were encountered: