Skip to content

Commit

Permalink
Fix large.nflushes in the merged stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
interwq committed Aug 29, 2019
1 parent adce29c commit 719583f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,8 @@ MUTEX_PROF_ARENA_MUTEXES
&astats->astats.ndalloc_large);
ctl_accum_arena_stats_u64(&sdstats->astats.nrequests_large,
&astats->astats.nrequests_large);
ctl_accum_arena_stats_u64(&sdstats->astats.nflushes_large,
&astats->astats.nflushes_large);
accum_atomic_zu(&sdstats->astats.abandoned_vm,
&astats->astats.abandoned_vm);

Expand Down

0 comments on commit 719583f

Please sign in to comment.