MCPcopy Create free account
hub / github.com/LFYSec/MScan / stop

Method stop

src/main/java/pascal/taie/util/Timer.java:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 public void stop() {
57 if (inCounting) {
58 elapsedTime += System.currentTimeMillis() - startTime;
59 inCounting = false;
60 }
61 }
62
63 public float inSecond() {
64 return elapsedTime / 1000F;

Callers 6

loadCacheMethod · 0.95
runWorldBuilderMethod · 0.95
saveCacheMethod · 0.95
buildAllMethod · 0.95
runAndCountMethod · 0.95
reconfigureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected