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

Method start

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

Source from the content-addressed store, hash-verified

47 }
48
49 public void start() {
50 if (!inCounting) {
51 inCounting = true;
52 startTime = System.currentTimeMillis();
53 }
54 }
55
56 public void stop() {
57 if (inCounting) {

Callers 11

loadCacheMethod · 0.95
runWorldBuilderMethod · 0.95
saveCacheMethod · 0.95
buildAllMethod · 0.95
runAndCountMethod · 0.95
drainMethod · 0.45
getPotentialCatchersMethod · 0.45
analyzeMethod · 0.45
onStartMethod · 0.45
countDownMethod · 0.45
setOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected