Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ toString
Method
toString
src/main/java/pascal/taie/util/Timer.java:72–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
@Override
73
public
String toString() {
74
return
String.format(
"[%s] elapsed time: %.2fs"
,
75
name, inSecond());
76
}
77
78
/**
79
* Runs a task, log the elapsed time, and
return
the result.
Callers
nothing calls this directly
Calls
2
inSecond
Method · 0.95
format
Method · 0.80
Tested by
no test coverage detected