mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix a typo in stats.
This commit is contained in:
parent
742416f645
commit
baffeb1d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ stats_general_print(emitter_t *emitter) {
|
|||
|
||||
CTL_GET("prof.thread_active_init", &bv, bool);
|
||||
emitter_kv(emitter, "thread_active_init",
|
||||
"prof.thread_active_emit", emitter_type_bool, &bv);
|
||||
"prof.thread_active_init", emitter_type_bool, &bv);
|
||||
|
||||
CTL_GET("prof.active", &bv, bool);
|
||||
emitter_kv(emitter, "active", "prof.active", emitter_type_bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue