Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
populateGraphHelper
Method · 0.95
populateGraphPairedKmersHelper
Method · 0.95
assembleTranscriptsNR
Method · 0.95
assembleTranscriptsPE
Method · 0.95
main
Method · 0.95
extractUniqueFromOverlaps
Method · 0.95
trimSplitByReadDepth
Method · 0.95
extractUniqueFromMapping
Method · 0.95
extractClustersFromMapping
Method · 0.95
extractClustersFromOverlaps
Method · 0.95
extractGreedyPaths
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected