MCPcopy Create free account
hub / github.com/LucaFulchir/libRaptorQ / start

Method start

test/rfc_test.cpp:281–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279public:
280 Timer() {}
281 void start()
282 { t0 = std::chrono::high_resolution_clock::now(); }
283 uint64_t stop ()
284 {
285 auto t1 = std::chrono::high_resolution_clock::now();

Callers 1

decodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected