Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ Init
Method
Init
library/src/system/time_stat_list.cpp:41–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
41
void TimeStatList::Init(
42
const string& tname,
43
const unsigned len)
44
{
45
name = tname;
46
list.resize(len);
47
}
48
49
50
void TimeStatList::Add(
Callers
3
init
Method · 0.45
InitTimes
Method · 0.45
RegisterThreads
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected