Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGene/fastplong
/ getCycles
Method
getCycles
src/stats.cpp:427–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
int Stats::getCycles() {
428
if(!summarized)
429
summarize();
430
return mCycles;
431
}
432
433
long Stats::getReads() {
434
if(!summarized)
Callers
1
merge
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected