Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetSamplingPeriod
Function
GetSamplingPeriod
Source/ThirdParty/tracy/client/TracySysTrace.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
static int GetSamplingPeriod()
38
{
39
return 1000000000 / GetSamplingFrequency();
40
}
41
42
}
43
Callers
2
GetSamplingInterval
Function · 0.85
SysTraceStart
Function · 0.85
Calls
1
GetSamplingFrequency
Function · 0.85
Tested by
no test coverage detected