mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-09 07:04:26 +03:00
Add prof stats mutex stats
This commit is contained in:
parent
9f71b5779b
commit
14d689c0f9
2 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue