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

Method inSecond

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

Source from the content-addressed store, hash-verified

61 }
62
63 public float inSecond() {
64 return elapsedTime / 1000F;
65 }
66
67 public void clear() {
68 elapsedTime = 0;

Callers 2

toStringMethod · 0.95
runAndCountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected