Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void NewGRFProfiler::Start()
104
{
105
this->Abort();
106
this->active = true;
107
this->start_tick = TimerGameTick::counter;
108
}
109
110
uint32_t NewGRFProfiler::Finish()
111
{
Callers
nothing calls this directly
Calls
1
Abort
Method · 0.95
Tested by
no test coverage detected