[Kst] branches/work/kst/portto4/kst/src/libkst
Nicolas Brisset
nicolas.brisset at eurocopter.com
Sat Feb 5 01:31:49 CET 2011
SVN commit 1218849 by brisset:
Add time measurement info to the debug log instead of notice.
M +1 -1 measuretime.cpp
--- branches/work/kst/portto4/kst/src/libkst/measuretime.cpp #1218848:1218849
@@ -104,7 +104,7 @@
{
measure();
//std::cout << qPrintable(name) << ": " << interval << " seconds\n";
- Kst::Debug::self()->log(QString("Timing: %2 sec, Scope: %1").arg(name).arg(interval));
+ Kst::Debug::self()->log(QString("Timing: %2 sec, Scope: %1").arg(name).arg(interval), Kst::Debug::DebugLog);
}
More information about the Kst
mailing list