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

Function GetInitTime

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

Source from the content-addressed store, hash-verified

1328TRACY_API Profiler& GetProfiler() { return GetProfilerData().profiler; }
1329TRACY_API moodycamel::ConcurrentQueue<QueueItem>& GetQueue() { return GetProfilerData().queue; }
1330TRACY_API int64_t GetInitTime() { return GetProfilerData().initTime; }
1331TRACY_API std::atomic<uint32_t>& GetLockCounter() { return GetProfilerData().lockCounter; }
1332TRACY_API std::atomic<uint8_t>& GetGpuCtxCounter() { return GetProfilerData().gpuCtxCounter; }
1333TRACY_API GpuCtxWrapper& GetGpuCtx() { return GetProfilerThreadData().gpuCtx; }

Callers 1

WorkerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected