aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2018-03-14 18:36:12 -0700
committerQi Wang <interwq@gmail.com>2018-03-15 14:42:48 -0700
commitbaffeb1d0ab45e0bcaad7f326d9028372e2cb000 (patch)
treebbf391b8ccb244f20e36c542d155e199818661ad /src
parent742416f64571e7a0b1d75ad116bc9f1794e67c1c (diff)
downloadplatform_external_jemalloc_new-baffeb1d0ab45e0bcaad7f326d9028372e2cb000.tar.gz
platform_external_jemalloc_new-baffeb1d0ab45e0bcaad7f326d9028372e2cb000.tar.bz2
platform_external_jemalloc_new-baffeb1d0ab45e0bcaad7f326d9028372e2cb000.zip
Fix a typo in stats.
Diffstat (limited to 'src')
-rw-r--r--src/stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c
index e70a567c..2af5f6cc 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -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,