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

Method initProfiling

lib/extensionsystem/pluginmanager.cpp:1310–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308}
1309
1310void PluginManagerPrivate::initProfiling()
1311{
1312 if (m_profileTimer.isNull()) {
1313 m_profileTimer.reset(new QTime);
1314 m_profileTimer->start();
1315 m_profileElapsedMS = 0;
1316 qDebug("Profiling started");
1317 } else {
1318 m_profilingVerbosity++;
1319 }
1320}
1321
1322void PluginManagerPrivate::profilingReport(const char *what, const PluginSpec *spec /* = 0 */)
1323{

Callers 1

Calls 2

isNullMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected