JAL-2446 FeatureStore with NCList - work in progress
[jalview.git] / src / jalview / gui / OverviewPanel.java
index 2e2af56..36a4575 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -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)