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

Function ProfilerAvailable

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

Source from the content-addressed store, hash-verified

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

Callers 10

MemAllocMethod · 0.85
MemFreeMethod · 0.85
MemAllocCallstackMethod · 0.85
MemFreeCallstackMethod · 0.85
MemAllocNamedMethod · 0.85
MemFreeNamedMethod · 0.85
MemFreeCallstackNamedMethod · 0.85
MemDiscardMethod · 0.85
MemDiscardCallstackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected