MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / totalElapsedDHMS

Method totalElapsedDHMS

src/rnabloom/util/Timer.java:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public String totalElapsedDHMS() {
49 return dhmsFormat(totalElapsedMillis());
50 }
51
52 public static String dhmsFormat(long millis) {
53 long seconds = millis / 1000;

Callers 3

mainMethod · 0.95

Calls 2

dhmsFormatMethod · 0.95
totalElapsedMillisMethod · 0.95

Tested by

no test coverage detected