MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / checkForProfilingOption

Method checkForProfilingOption

lib/extensionsystem/optionsparser.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193bool OptionsParser::checkForProfilingOption()
194{
195 if (m_currentArg != QLatin1String(PROFILE_OPTION))
196 return false;
197 m_pmPrivate->initProfiling();
198 return true;
199}
200
201bool OptionsParser::checkForPluginOption()
202{

Callers

nothing calls this directly

Calls 1

initProfilingMethod · 0.80

Tested by

no test coverage detected