HPA: Add central mutex contention stats.

This commit is contained in:
David Goldblatt
2020-09-04 15:35:10 -07:00
committed by David Goldblatt
parent bf025d2ec8
commit 484f04733e
2 changed files with 15 additions and 1 deletions

View File

@@ -11,7 +11,9 @@
OP(ctl) \
OP(prof) \
OP(prof_thds_data) \
OP(prof_dump)
OP(prof_dump) \
OP(hpa_central) \
OP(hpa_central_grow)
typedef enum {
#define OP(mtx) global_prof_mutex_##mtx,