mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-15 01:16:23 +03:00
HPA: Add central mutex contention stats.
This commit is contained in:
parent
bf025d2ec8
commit
484f04733e
2 changed files with 15 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue