Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void TestTimer::reset()
39
{
40
name_ =
""
;
41
count_ = 0;
42
user_cum_ = 0;
43
user_cum_old_ = 0;
44
sys_cum_ = 0;
45
}
46
47
48
void TestTimer::set_name(const string& s)
Callers
5
real_main
Function · 0.45
TearDown
Method · 0.45
TEST_F
Function · 0.45
TearDown
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected