Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ getMinTime
Method
getMinTime
src/openrct2/profiling/Profiling.h:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
double getMinTime() const override
124
{
125
return static_cast<double>(MinTimeNs.load(std::memory_order_relaxed)) / 1000.0;
126
}
127
128
double getMaxTime() const override
129
{
Callers
3
writeCSV
Function · 0.80
writeJSON
Function · 0.80
getData
Method · 0.80
Calls
1
load
Method · 0.65
Tested by
no test coverage detected