time check, iterators
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 29 Jan 2019 03:00:52 +0000 (21:00 -0600)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 29 Jan 2019 03:00:52 +0000 (21:00 -0600)
src/jalview/ext/ensembl/EnsemblSeqProxy.java

index fb01708..2e20665 100644 (file)
@@ -879,10 +879,10 @@ public abstract class EnsemblSeqProxy extends EnsemblRestClient
     for (int i = 0, n = sfs.size(); i < n; i++)
     {
 
-       if ((i%1000) == 0) {
-//         Platform.timeCheck("Feature " + bhtest, Platform.TIME_GET);
-       Platform.timeCheck("ESP. xferFeature + " + (i) + "/" + n, Platform.TIME_MARK);    
-       }
+//     if ((i%1000) == 0) {
+////               Platform.timeCheck("Feature " + bhtest, Platform.TIME_GET);
+//     Platform.timeCheck("ESP. xferFeature + " + (i) + "/" + n, Platform.TIME_MARK);    
+//     }
 
       SequenceFeature sf = sfs.get(i);
       if (retainFeature(sf, parentId))