forked from qt-creator/qt-creator
Pluginmanager: Make startup profiling API accessible.A
Add verbosity option showing timestamps for PluginManager::addObject.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user