Pluginmanager: Make startup profiling API accessible.A

Add verbosity option showing timestamps for PluginManager::addObject.
This commit is contained in:
Friedemann Kleint
2010-05-12 11:12:54 +02:00
parent 259007f5e6
commit b6fb8bbae9
3 changed files with 25 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ public:
QStringList arguments;
QScopedPointer<QTime> m_profileTimer;
int m_profileElapsedMS;
unsigned m_profilingVerbosity;
// Look in argument descriptions of the specs for the option.
PluginSpec *pluginForOption(const QString &option, bool *requiresArgument) const;