mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-21 02:12:15 +03:00
Nest HPA SEC stats inside hpa_shard JSON
This commit is contained in:
parent
3cc56d325c
commit
6281482c39
2 changed files with 77 additions and 3 deletions
|
|
@ -1113,9 +1113,8 @@ stats_arena_hpa_shard_slabs_print(emitter_t *emitter, unsigned i) {
|
|||
|
||||
static void
|
||||
stats_arena_hpa_shard_print(emitter_t *emitter, unsigned i, uint64_t uptime) {
|
||||
stats_arena_hpa_shard_sec_print(emitter, i);
|
||||
|
||||
emitter_json_object_kv_begin(emitter, "hpa_shard");
|
||||
stats_arena_hpa_shard_sec_print(emitter, i);
|
||||
stats_arena_hpa_shard_counters_print(emitter, i, uptime);
|
||||
stats_arena_hpa_shard_slabs_print(emitter, i);
|
||||
emitter_json_object_end(emitter); /* End "hpa_shard" */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue