MCPcopy 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

inSecondMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected