Add a TRACY_ON_DEMAND build option.

This commit is contained in:
Bartosz Taudul
2026-08-30 16:50:53 +02:00
parent a15e08f135
commit c9abfce098
2 changed files with 7 additions and 0 deletions

View File

@@ -397,6 +397,9 @@ static void PrintStartupReport( bool kernelFrames, bool hwStats, int hwErrno )
{
printf( " vsync: no (%s)\n", TracepointReason( vsync ) );
}
#ifdef TRACY_ON_DEMAND
printf( " recording: on-demand: samples are captured only while a Tracy server is connected; pre-connection samples are discarded\n" );
#endif
printf( "\n" );
printf( "Open the Tracy profiler and connect to this host:port (or it will auto-discover).\n" );
fflush( stdout );