tracy icon indicating copy to clipboard operation
tracy copied to clipboard

C API: get TRACY_HAS_CALLSTACK via call

Open foxtran opened this issue 1 year ago • 0 comments

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.

foxtran avatar Dec 26 '24 21:12 foxtran