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:
David Goldblatt
2018-03-01 15:48:46 -08:00
committed by David Goldblatt
parent e4f090e8df
commit 27a8fe6780
3 changed files with 733 additions and 0 deletions

View File

@@ -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 \