X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FOverviewPanel.java;h=36a4575e784cf274252c1fdc274561943f99e7e2;hb=51728d3951398f9c12d7017c776953f17322cc68;hp=2e2af56a154a4aecd8e0306cd324e4388306c2be;hpb=db93a1adcbe0a4eaaf06e0a70ade0d6c5c1961c3;p=jalview.git diff --git a/src/jalview/gui/OverviewPanel.java b/src/jalview/gui/OverviewPanel.java index 2e2af56..36a4575 100755 --- a/src/jalview/gui/OverviewPanel.java +++ b/src/jalview/gui/OverviewPanel.java @@ -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)