JAL-2446 FeatureStore with NCList - work in progress
[jalview.git] / src / jalview / gui / OverviewPanel.java
index d09c756..36a4575 100755 (executable)
@@ -349,6 +349,7 @@ public class OverviewPanel extends JPanel implements Runnable
         continue;
       }
 
+      // long start = System.currentTimeMillis();
       for (col = 0; col < width; col++)
       {
         if (resizeAgain)
@@ -388,6 +389,8 @@ public class OverviewPanel extends JPanel implements Runnable
         miniMe.setRGB(col, row, color);
 
       }
+      // System.out.println(String.format("Row %d with width %d took %dms",
+      // row, width, System.currentTimeMillis() - start));
     }
 
     if (av.getAlignmentConservationAnnotation() != null)
@@ -480,6 +483,7 @@ public class OverviewPanel extends JPanel implements Runnable
   }
 
   private BufferedImage lastMiniMe = null;
+
   /**
    * DOCUMENT ME!
    *