MCPcopy Create free account
hub / github.com/NaC-L/Mergen / getTimer

Function getTimer

lifter/core/Utils.cpp:223–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 double getTimer() {
224 if (running) {
225 return std::chrono::duration_cast<duration>(clock::now() - startTime)
226 .count();
227 }
228 return 0.0;
229 }
230
231 double stopTimer() {
232 if (running) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected