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

Method elapsedMillis

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

Source from the content-addressed store, hash-verified

34 }
35
36 public long elapsedMillis() {
37 return System.currentTimeMillis() - startTime;
38 }
39
40 public long totalElapsedMillis() {
41 return System.currentTimeMillis() - globalStartTime;

Callers 1

elapsedDHMSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected