Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ createProfiler
Method
createProfiler
launcher/tools/BaseProfiler.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
BaseProfiler *BaseProfilerFactory::createProfiler(InstancePtr instance, QObject *parent)
34
{
35
return qobject_cast<BaseProfiler *>(createTool(instance, parent));
36
}
Callers
1
readyForLaunch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected