[PC-BSD Commits] r21562 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 15 16:36:50 PST 2013
Author: kenmoore
Date: 2013-02-16 00:36:50 +0000 (Sat, 16 Feb 2013)
New Revision: 21562
Modified:
pcbsd-projects/PCDM/pcdm-gui.cpp
Log:
Add a bit more timer output to narrow down on the bit consumer
Modified: pcbsd-projects/PCDM/pcdm-gui.cpp
===================================================================
--- pcbsd-projects/PCDM/pcdm-gui.cpp 2013-02-15 23:56:41 UTC (rev 21561)
+++ pcbsd-projects/PCDM/pcdm-gui.cpp 2013-02-16 00:36:50 UTC (rev 21562)
@@ -50,7 +50,9 @@
QString tmpIcon; //used for checking image files before loading them
//Fill a couple global variables
kModels = Backend::keyModels();
+ qDebug() << "GUI Time: kModels Ready:" << QString::number(timer->elapsed()) + " ms";
kLayouts = Backend::keyLayouts();
+ qDebug() << "GUI Time: kLayouts Ready:" << QString::number(timer->elapsed()) + " ms";
//Set the background image
if( currentTheme->itemIsEnabled("background") ){
tmpIcon = currentTheme->itemIcon("background");
More information about the Commits
mailing list