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

Method reset

library/tests/TestTimer.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38void TestTimer::reset()
39{
40 name_ = "";
41 count_ = 0;
42 user_cum_ = 0;
43 user_cum_old_ = 0;
44 sys_cum_ = 0;
45}
46
47
48void TestTimer::set_name(const string& s)

Callers 5

real_mainFunction · 0.45
TearDownMethod · 0.45
TEST_FFunction · 0.45
TearDownMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected