Author: scooter
Date: 2013-02-19 10:58:21 -0800 (Tue, 19 Feb 2013)
New Revision: 31128

Modified:
   csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tasks/CreateMCSSTask.java
   csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tools/mcss/MCSSThread.java
Log:
Add some debug logging


Modified: 
csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tasks/CreateMCSSTask.java
===================================================================
--- csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tasks/CreateMCSSTask.java  
2013-02-19 18:52:24 UTC (rev 31127)
+++ csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tasks/CreateMCSSTask.java  
2013-02-19 18:58:21 UTC (rev 31128)
@@ -183,6 +183,7 @@
 
                long endCalcTime = Calendar.getInstance().getTimeInMillis();
                setStatus("Done. Total time: "+(endCalcTime-startTime)+"ms");
+               logger.debug("Done. Total time: "+(endCalcTime-startTime)+"ms");
 
                calculationComplete = true;     
                if (showResult) {

Modified: 
csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tools/mcss/MCSSThread.java
===================================================================
--- csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tools/mcss/MCSSThread.java 
2013-02-19 18:52:24 UTC (rev 31127)
+++ csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/tools/mcss/MCSSThread.java 
2013-02-19 18:58:21 UTC (rev 31128)
@@ -106,6 +106,8 @@
         }
 
         long endTime = Calendar.getInstance().getTimeInMillis();
+                               if (updater != null) 
updater.logException(MCSSThread.class.getName(), Level.FINE, 
+                                                  "Done: task " + taskNumber + 
" took " + (endTime - startTime) + "ms", null);
 //        System.out.print("Done: task " + taskNumber + " took " + (endTime - 
startTime) + "ms");
 //        System.out.println(" and mcss has " + querySeed.getAtomCount() + " 
atoms, and " + querySeed.getBondCount() + " bonds");
         return resultsList;

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to