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