MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsConnected

Function IsConnected

Source/ThirdParty/tracy/client/TracyProfiler.cpp:1403–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1401#endif
1402
1403TRACY_API bool IsConnected() { return GetProfiler().IsConnected(); }
1404TRACY_API bool ProfilerAvailable() { return s_instance != nullptr; }
1405TRACY_API bool ProfilerAllocatorAvailable() { return !RpThreadShutdown; }
1406

Callers 1

SymbolWorkerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected