mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 00:27:30 +03:00
Increase column width for global malloc/free rate
This commit is contained in:
parent
05681e387a
commit
4786099a3a
1 changed files with 2 additions and 2 deletions
|
|
@ -829,12 +829,12 @@ stats_arena_print(emitter_t *emitter, unsigned i, bool bins, bool large,
|
|||
|
||||
COL(alloc_count_row, count_nmalloc, right, 16, title);
|
||||
col_count_nmalloc.str_val = "nmalloc";
|
||||
COL(alloc_count_row, count_nmalloc_ps, right, 8, title);
|
||||
COL(alloc_count_row, count_nmalloc_ps, right, 10, title);
|
||||
col_count_nmalloc_ps.str_val = "(#/sec)";
|
||||
|
||||
COL(alloc_count_row, count_ndalloc, right, 16, title);
|
||||
col_count_ndalloc.str_val = "ndalloc";
|
||||
COL(alloc_count_row, count_ndalloc_ps, right, 8, title);
|
||||
COL(alloc_count_row, count_ndalloc_ps, right, 10, title);
|
||||
col_count_ndalloc_ps.str_val = "(#/sec)";
|
||||
|
||||
COL(alloc_count_row, count_nrequests, right, 16, title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue