diff options
author | Qi Wang <interwq@gwu.edu> | 2017-05-12 19:30:33 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2017-05-23 19:26:20 (GMT) |
commit | 2bee0c6251856f48ed6882df2f02a060c0a14829 (patch) | |
tree | abca780861059dadb43e1c74b908e78d6d56d052 /include/jemalloc/internal/ctl.h | |
parent | b693c7868ea965407aca4cb01fdb8fe9af14adce (diff) | |
download | jemalloc-2bee0c6251856f48ed6882df2f02a060c0a14829.zip jemalloc-2bee0c6251856f48ed6882df2f02a060c0a14829.tar.gz jemalloc-2bee0c6251856f48ed6882df2f02a060c0a14829.tar.bz2 |
Add background thread related stats.
Diffstat (limited to 'include/jemalloc/internal/ctl.h')
-rw-r--r-- | include/jemalloc/internal/ctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/jemalloc/internal/ctl.h b/include/jemalloc/internal/ctl.h index 60b3979..f159383 100644 --- a/include/jemalloc/internal/ctl.h +++ b/include/jemalloc/internal/ctl.h @@ -52,6 +52,7 @@ typedef struct ctl_stats_s { size_t mapped; size_t retained; + background_thread_stats_t background_thread; mutex_prof_data_t mutex_prof_data[mutex_prof_num_global_mutexes]; } ctl_stats_t; |