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

Function bm_get_time_diff

modules/benchmark/benchmark.c:688–694  ·  view source on GitHub ↗

item functions */

Source from the content-addressed store, hash-verified

686
687/* item functions */
688static int bm_get_time_diff(struct sip_msg *msg, pv_param_t *param,
689 pv_value_t *res)
690{
691 if(msg==NULL)
692 return -1;
693 return pv_get_sintval(msg, param, res, _bm_last_time_diff);
694}
695
696
697static inline int fixup_bm_timer(void** param)

Callers

nothing calls this directly

Calls 1

pv_get_sintvalFunction · 0.85

Tested by

no test coverage detected