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

Method start

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

Source from the content-addressed store, hash-verified

30 }
31
32 public void start() {
33 startTime = System.currentTimeMillis();
34 }
35
36 public long elapsedMillis() {
37 return System.currentTimeMillis() - startTime;

Callers 11

populateGraphHelperMethod · 0.95
assembleTranscriptsNRMethod · 0.95
assembleTranscriptsPEMethod · 0.95
mainMethod · 0.95
trimSplitByReadDepthMethod · 0.95
extractGreedyPathsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected