MCPcopy 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
30BaseProfiler* BaseProfilerFactory::createProfiler(InstancePtr instance, QObject* parent)
31{
32 return qobject_cast<BaseProfiler*>(createTool(instance, parent));
33}

Callers 1

readyForLaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected