MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Start

Method Start

src/newgrf_profiling.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void NewGRFProfiler::Start()
104{
105 this->Abort();
106 this->active = true;
107 this->start_tick = TimerGameTick::counter;
108}
109
110uint32_t NewGRFProfiler::Finish()
111{

Callers

nothing calls this directly

Calls 1

AbortMethod · 0.95

Tested by

no test coverage detected