]> granicus.if.org Git - json-c/commit
Add an apps directory, and a json_parse program to parse an input file and report...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 21 Apr 2020 03:51:16 +0000 (03:51 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 21 Apr 2020 03:57:56 +0000 (03:57 +0000)
commit55d053118e68834564e238217f6511ad98e19b8d
treeb90a528a527f26784b0af02b7f4995dcd2d23c62
parentf6f76f9430f0f468a18c937fa7fdd9bf84041d8a
Add an apps directory, and a json_parse program to parse an input file and report on memory usage.
This is intended to provide a way, during development, to test out the memory
and performance impacts of a change.
CMakeLists.txt
ChangeLog
apps/CMakeLists.txt [new file with mode: 0644]
apps/json_parse.c [new file with mode: 0644]
cmake/config.h.in