Add prof stats mutex stats

This commit is contained in:
Yinan Zhang
2020-12-28 14:47:50 -08:00
parent 9f71b5779b
commit 14d689c0f9
2 changed files with 5 additions and 1 deletions

View File

@@ -13,7 +13,8 @@
OP(prof_thds_data) \
OP(prof_dump) \
OP(prof_recent_alloc) \
OP(prof_recent_dump)
OP(prof_recent_dump) \
OP(prof_stats)
typedef enum {
#define OP(mtx) global_prof_mutex_##mtx,