| 1402 | |
| 1403 | TRACY_API bool IsConnected() { return GetProfiler().IsConnected(); } |
| 1404 | TRACY_API bool ProfilerAvailable() { return s_instance != nullptr; } |
| 1405 | TRACY_API bool ProfilerAllocatorAvailable() { return !RpThreadShutdown; } |
| 1406 | |
| 1407 | constexpr static size_t SafeSendBufferSize = 65536; |
no outgoing calls
no test coverage detected