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:
@@ -118,6 +118,8 @@ public:
|
||||
bool runningTests() const;
|
||||
QString testDataDirectory() const;
|
||||
|
||||
void profilingReport(const char *what, const PluginSpec *spec = 0);
|
||||
|
||||
signals:
|
||||
void objectAdded(QObject *obj);
|
||||
void aboutToRemoveObject(QObject *obj);
|
||||
|
||||
Reference in New Issue
Block a user