Add profiling for the background thread mutex.

This commit is contained in:
Qi Wang
2017-05-12 16:26:59 -07:00
committed by Qi Wang
parent 2bee0c6251
commit 5f5ed2198e
4 changed files with 21 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
#include "jemalloc/internal/tsd_types.h"
#define MUTEX_PROF_GLOBAL_MUTEXES \
OP(background_thread) \
OP(ctl) \
OP(prof)