MCPcopy 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
41void TimeStatList::Init(
42 const string& tname,
43 const unsigned len)
44{
45 name = tname;
46 list.resize(len);
47}
48
49
50void TimeStatList::Add(

Callers 3

initMethod · 0.45
InitTimesMethod · 0.45
RegisterThreadsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected