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

Function process_reset

src/socket.cpp:281–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281static void process_reset(char* what)
282{
283 if (!strcmp(what, "stats")) {
284 main_scenario->stats->computeStat(CStat::E_RESET_C_COUNTERS);
285 } else {
286 WARNING("Unknown reset type: %s", what);
287 }
288}
289
290static bool process_command(char* command)
291{

Callers 1

process_commandFunction · 0.85

Calls 2

WARNINGFunction · 0.85
computeStatMethod · 0.45

Tested by

no test coverage detected