Loading de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/Analyzer.java +3 −2 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ public class Analyzer implements Callable<TTCN3Output> { final TTCN3Output output = new TTCN3Output(this.resource); final Stopwatch stopwatch = Stopwatch.createUnstarted(); System.out.println("Analyzing file: " + this.resource.getURI().devicePath().replaceFirst("///", "")); stopwatch.start(); // validate the resource Loading Loading @@ -62,8 +63,8 @@ public class Analyzer implements Callable<TTCN3Output> { stopwatch.stop(); System.out.println("Analyzing file: " + this.resource.getURI().devicePath().replaceFirst("///", "") + '\n' + " ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + " ms (" System.out.println( " ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + " ms (" + MiscTools.secondsToString(stopwatch.elapsed(TimeUnit.SECONDS)) + " minutes)."); return output; Loading Loading
de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/Analyzer.java +3 −2 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ public class Analyzer implements Callable<TTCN3Output> { final TTCN3Output output = new TTCN3Output(this.resource); final Stopwatch stopwatch = Stopwatch.createUnstarted(); System.out.println("Analyzing file: " + this.resource.getURI().devicePath().replaceFirst("///", "")); stopwatch.start(); // validate the resource Loading Loading @@ -62,8 +63,8 @@ public class Analyzer implements Callable<TTCN3Output> { stopwatch.stop(); System.out.println("Analyzing file: " + this.resource.getURI().devicePath().replaceFirst("///", "") + '\n' + " ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + " ms (" System.out.println( " ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + " ms (" + MiscTools.secondsToString(stopwatch.elapsed(TimeUnit.SECONDS)) + " minutes)."); return output; Loading