mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Introduce the emitter module.
The emitter can be used to produce structured json or tabular output. For now it has no uses; in subsequent commits, I'll begin transitioning stats printing code over.
This commit is contained in:
parent
e4f090e8df
commit
27a8fe6780
3 changed files with 733 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/ckh.c \
|
||||
$(srcroot)test/unit/decay.c \
|
||||
$(srcroot)test/unit/div.c \
|
||||
$(srcroot)test/unit/emitter.c \
|
||||
$(srcroot)test/unit/extent_quantize.c \
|
||||
$(srcroot)test/unit/fork.c \
|
||||
$(srcroot)test/unit/hash.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue