MCPcopy Create free account
hub / github.com/dds-bridge/dds / start

Method start

library/tests/TestTimer.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54void TestTimer::start(const int number)
55{
56 count_ += number;
57 user0_ = Clock::now();
58 sys0_ = clock();
59}
60
61
62void TestTimer::end()

Callers 4

loop_solveFunction · 0.80
loop_calcFunction · 0.80
loop_dealerparFunction · 0.80
loop_playFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected