MCPcopy 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
142void 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

StartMethod · 0.95
FinishMethod · 0.95
OnInvalidateDataMethod · 0.45
AbortTimerMethod · 0.45
StartupCompaniesFunction · 0.45
ConNewGRFProfileFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected