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

Method elapsedDHMS

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

Source from the content-addressed store, hash-verified

42 }
43
44 public String elapsedDHMS() {
45 return dhmsFormat(elapsedMillis());
46 }
47
48 public String totalElapsedDHMS() {
49 return dhmsFormat(totalElapsedMillis());

Callers 15

populateGraphHelperMethod · 0.95
assembleTranscriptsNRMethod · 0.95
assembleTranscriptsSEMethod · 0.95
assembleTranscriptsPEMethod · 0.95
mainMethod · 0.95
consensusWithRaconMethod · 0.95
trimSplitByReadDepthMethod · 0.95

Calls 2

dhmsFormatMethod · 0.95
elapsedMillisMethod · 0.95

Tested by

no test coverage detected