MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / getTotalTime

Method getTotalTime

src/openrct2/profiling/Profiling.h:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 std::vector<double> getTimeSamples() const override;
117
118 double getTotalTime() const override
119 {
120 return static_cast<double>(TotalTimeNs.load(std::memory_order_relaxed)) / 1000.0;
121 }
122
123 double getMinTime() const override
124 {

Callers 2

writeCSVFunction · 0.45
writeJSONFunction · 0.45

Calls 1

loadMethod · 0.65

Tested by

no test coverage detected