[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Wed Dec 14 22:22:54 CET 2005


SVN commit 488537 by arwalker:

fix indentation

 M  +6 -6      kstvcurve.cpp  


--- trunk/extragear/graphics/kst/kst/kstvcurve.cpp #488536:488537
@@ -1523,12 +1523,12 @@
 #endif
 #ifdef BENCHMARK
   int i = bench_time.elapsed();
-                       kstdDebug() << "Plotting curve " << (void *)this << ": " << i << "ms" << endl;
-                       kstdDebug() << "    Without locks: " << b_4 << "ms" << endl;
-                       if (b_1 > 0)       kstdDebug() << "            Lines: " << b_1 << "ms" << endl;
-                       if (b_2 - b_1 > 0) kstdDebug() << "             Bars: " << (b_2 - b_1) << "ms" << endl;
-                       if (b_3 - b_2 > 0) kstdDebug() << "           Points: " << (b_3 - b_2) << "ms" << endl;
-                       if (b_4 - b_3 > 0) kstdDebug() << "           Errors: " << (b_4 - b_3) << "ms" << endl;
+  kstdDebug() << "Plotting curve " << (void *)this << ": " << i << "ms" << endl;
+  kstdDebug() << "    Without locks: " << b_4 << "ms" << endl;
+  if (b_1 > 0)       kstdDebug() << "            Lines: " << b_1 << "ms" << endl;
+  if (b_2 - b_1 > 0) kstdDebug() << "             Bars: " << (b_2 - b_1) << "ms" << endl;
+  if (b_3 - b_2 > 0) kstdDebug() << "           Points: " << (b_3 - b_2) << "ms" << endl;
+  if (b_4 - b_3 > 0) kstdDebug() << "           Errors: " << (b_4 - b_3) << "ms" << endl;
 #endif
 
   p->setClipRegion(clipRegion);


More information about the Kst mailing list