MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / prof_log_stop_final

Function prof_log_stop_final

deps/jemalloc/src/prof.c:2552–2556  ·  view source on GitHub ↗

Used as an atexit function to stop logging on exit. */

Source from the content-addressed store, hash-verified

2550
2551/* Used as an atexit function to stop logging on exit. */
2552static void
2553prof_log_stop_final(void) {
2554 tsd_t *tsd = tsd_fetch();
2555 prof_log_stop(tsd_tsdn(tsd));
2556}
2557
2558struct prof_emitter_cb_arg_s {
2559 int fd;

Callers

nothing calls this directly

Calls 3

prof_log_stopFunction · 0.85
tsd_fetchFunction · 0.50
tsd_tsdnFunction · 0.50

Tested by

no test coverage detected