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

Function profiling_event_on_exit

profiling.c:239–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239static void profiling_event_on_exit(int data_type, const char *name,
240 int subtype, int depth, const char *file, int line, int status,
241 void *payload)
242{
243 profiling_raise_event(data_type, "exit", name, subtype, depth, file, line,
244 &status, payload);
245}
246
247static profiling_handlers_t profiling_event_handler = {
248 .name = "event",

Callers

nothing calls this directly

Calls 1

profiling_raise_eventFunction · 0.85

Tested by

no test coverage detected