Merge pull request #1267 from siliceum/fix/test-suppport-manual-lifetime

Tests should work under TRACY_MANUAL_LIFETIME.
This commit is contained in:
Bartosz Taudul
2026-02-01 14:46:13 +01:00
committed by GitHub

View File

@@ -25,6 +25,9 @@ struct static_init_test_t
{
static_init_test_t()
{
#ifdef TRACY_MANUAL_LIFETIME
tracy::StartupProfiler();
#endif
ZoneScoped;
ZoneTextF( "Static %s", "init test" );
TracyLogString( tracy::MessageSeverity::Info, 0, TRACY_CALLSTACK, "Static init" );