mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-17 10:26:27 +03:00
Add last-N mutex stats
This commit is contained in:
parent
22d62d8cbd
commit
8a56d6b636
2 changed files with 11 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
|||
OP(ctl) \
|
||||
OP(prof) \
|
||||
OP(prof_thds_data) \
|
||||
OP(prof_dump)
|
||||
OP(prof_dump) \
|
||||
OP(prof_recent_alloc) \
|
||||
OP(prof_recent_dump)
|
||||
|
||||
typedef enum {
|
||||
#define OP(mtx) global_prof_mutex_##mtx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue