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

Method IncrNode

library/src/ab_stats.cpp:119–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119void ABstats::IncrNode(const int depth)
120{
121 ABnodes.list[depth]++;
122 ABnodes.sum++;
123 ABnodes.sumWeighted += depth;
124
125 ABnodesCum.list[depth]++;
126 ABnodesCum.sumCum++;
127 ABnodesCum.sumCumWeighted += depth;
128}
129
130
131int ABstats::GetNodes() const

Callers 5

ab_searchFunction · 0.80
ab_search_0_ctxFunction · 0.80
ab_search_1_ctxFunction · 0.80
ab_search_2_ctxFunction · 0.80
ab_search_3_ctxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected