Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
Callers
1
SymbolWorker
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected