MCPcopy 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
427int Stats::getCycles() {
428 if(!summarized)
429 summarize();
430 return mCycles;
431}
432
433long Stats::getReads() {
434 if(!summarized)

Callers 1

mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected