MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / add_stat_module

Function add_stat_module

statistics.c:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226module_stats *add_stat_module(char *module)
227{
228 str smodule;
229 init_str(&smodule, module);
230 return __add_stat_module(&smodule, 0);
231}
232
233
234/***************** Init / Destroy STATS support functions *******************/

Callers 3

init_stats_collectorFunction · 0.85
reg_stat_groupFunction · 0.85
mod_initFunction · 0.85

Calls 2

init_strFunction · 0.85
__add_stat_moduleFunction · 0.85

Tested by

no test coverage detected