tracy
tracy copied to clipboard
C API: get TRACY_HAS_CALLSTACK via call
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.