Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Abort
Method
Abort
src/newgrf_profiling.cpp:142–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void NewGRFProfiler::Abort()
143
{
144
this->active = false;
145
this->calls.clear();
146
}
147
148
/**
149
* Get name of the file that will be written.
Callers
6
Start
Method · 0.95
Finish
Method · 0.95
OnInvalidateData
Method · 0.45
AbortTimer
Method · 0.45
StartupCompanies
Function · 0.45
ConNewGRFProfile
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected