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

Function get_stat

statistics.c:650–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650stat_var* get_stat( const str *name )
651{
652 return __get_stat(name, -1);
653}
654
655int mi_stat_name(str *mod, str *stat, str *out)
656{

Callers 13

mi_get_statsFunction · 0.85
w_mi_list_stats_1Function · 0.85
mi_reset_statsFunction · 0.85
init_pkg_statsFunction · 0.85
pv_parse_nameFunction · 0.85
new_stat_seriesFunction · 0.85
mod_initFunction · 0.85
get_statisticFunction · 0.85
_test_mallocFunction · 0.85

Calls 1

__get_statFunction · 0.85

Tested by 2

_test_mallocFunction · 0.68
test_shm_mallocFunction · 0.68