Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadCache
Method · 0.95
runWorldBuilder
Method · 0.95
saveCache
Method · 0.95
buildAll
Method · 0.95
runAndCount
Method · 0.95
drain
Method · 0.45
getPotentialCatchers
Method · 0.45
analyze
Method · 0.45
onStart
Method · 0.45
countDown
Method · 0.45
setOutput
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected