MCPcopy Create free account
hub / github.com/SIPp/sipp / computeStat

Method computeStat

src/call.cpp:1251–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249}
1250
1251void call::computeStat (CStat::E_Action P_action)
1252{
1253 if (initCall) {
1254 return;
1255 }
1256 call_scenario->stats->computeStat(P_action);
1257}
1258
1259void call::computeStat (CStat::E_Action P_action, unsigned long P_value)
1260{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected