Changeset 242


Ignore:
Timestamp:
10/05/11 22:45:52 (13 years ago)
Author:
sherbold
Message:
  • command showTimer writes now writes to trace stream instead of output stream.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/commands/CMDshowTimer.java

    r241 r242  
    4646                long startTime = (Long) dataObject; 
    4747                long currentTime = System.currentTimeMillis(); 
    48                 Console.println("" + (currentTime - startTime) + " milliseconds"); 
     48                Console.traceln("" + (currentTime - startTime) + " milliseconds"); 
    4949        } 
    5050 
Note: See TracChangeset for help on using the changeset viewer.