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

Function profiling_event_on_end

profiling.c:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225static void profiling_event_on_end(int data_type, const char *name,
226 int subtype, int depth, int status, void *payload)
227{
228 profiling_raise_event(data_type, "end", name, subtype, depth, NULL, 0,
229 &status, payload);
230}
231
232static void profiling_event_on_enter(int data_type, const char *name,
233 int subtype, int depth, const char *file, int line, void *payload)

Callers

nothing calls this directly

Calls 1

profiling_raise_eventFunction · 0.85

Tested by

no test coverage detected