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

Function GetPid

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

Source from the content-addressed store, hash-verified

770}
771
772static uint64_t GetPid()
773{
774#if defined _WIN32
775 return uint64_t( GetCurrentProcessId() );
776#else
777 return uint64_t( getpid() );
778#endif
779}
780
781void Profiler::AckServerQuery()
782{

Callers 2

TracyProfiler.cppFile · 0.85
WorkerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected