Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
extractClustersFromMapping
Method · 0.95
extractClustersFromOverlaps
Method · 0.95
Calls
2
dhmsFormat
Method · 0.95
totalElapsedMillis
Method · 0.95
Tested by
no test coverage detected