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
Previously in GDNative there was a handy GODOT_PROFILING_FUNCTION macro, which allowed to profile custom C++ methods/functions in the main editor profile, but now in GDExtention there does not seem to be a way to achieve the similar result.