Changeset 4087
- Timestamp:
- Dec 21, 2010, 1:57:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugin/src/org/proteios/plugins/RunMsInspectPlugin.java
r4086 r4087 915 915 double totalPercentage = 100.0*totalFraction; 916 916 int totalIntegerPercentage = (int) totalPercentage; 917 System.out.println(this.getClass().getSimpleName() + ": percentage = " + percentage + " isAnalysisPhase = " + isAnalysisPhase + " fileSizeInBytes = " + fileSizeInBytes + " analysisIndexingRatio = " + analysisIndexingRatio + " totalPercentage = " + totalPercentage + " totalIntegerPercentage = " + totalIntegerPercentage);917 // System.out.println(this.getClass().getSimpleName() + ": percentage = " + percentage + " isAnalysisPhase = " + isAnalysisPhase + " fileSizeInBytes = " + fileSizeInBytes + " analysisIndexingRatio = " + analysisIndexingRatio + " totalPercentage = " + totalPercentage + " totalIntegerPercentage = " + totalIntegerPercentage); 918 918 return totalIntegerPercentage; 919 919 }
Note: See TracChangeset
for help on using the changeset viewer.