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

Function profiling_event_on_start

profiling.c:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218static void profiling_event_on_start(int data_type, const char *name,
219 int subtype, int depth, void *payload)
220{
221 profiling_raise_event(data_type, "start", name, subtype, depth, NULL, 0,
222 NULL, payload);
223}
224
225static void profiling_event_on_end(int data_type, const char *name,
226 int subtype, int depth, int status, void *payload)

Callers

nothing calls this directly

Calls 1

profiling_raise_eventFunction · 0.85

Tested by

no test coverage detected