Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ RecursiveResolve
Method
RecursiveResolve
src/newgrf_profiling.cpp:98–101 ·
view source on GitHub ↗
* Capture a recursive sprite group resolution. */
Source
from the content-addressed store, hash-verified
96
* Capture a recursive sprite group resolution.
97
*/
98
void NewGRFProfiler::RecursiveResolve()
99
{
100
this->cur_call.subs += 1;
101
}
102
103
void NewGRFProfiler::Start()
104
{
Callers
1
Resolve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected