MCPcopy 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

writeCSVFunction · 0.80
writeJSONFunction · 0.80
getDataMethod · 0.80

Calls 1

loadMethod · 0.65

Tested by

no test coverage detected