Ignore:
Timestamp:
09/01/14 19:03:47 (10 years ago)
Author:
rkrimmel
Message:

Possibility to save intermediate results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-alignment/src/main/java/de/ugoe/cs/util/StopWatch.java

    r1128 r1707  
    1616 
    1717import java.io.PrintStream; 
     18import java.io.Serializable; 
    1819import java.text.DecimalFormat; 
    1920import java.util.HashMap; 
     
    3435 * @author Patrick Harms 
    3536 */ 
    36 public class StopWatch { 
    37      
    38     /** 
     37public class StopWatch implements Serializable{ 
     38     
     39    /** 
     40         *  
     41         */ 
     42        private static final long serialVersionUID = -4216393284789336830L; 
     43        /** 
    3944     * the splits hold internally 
    4045     */ 
Note: See TracChangeset for help on using the changeset viewer.