From d3b5ad7dc17400b937fa33baf4dc56bce595bd2f Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 13 Jan 2014 22:50:16 +0100 Subject: [PATCH] Added "Code Size" section --- README.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c931fec7..faebc6ac 100644 --- a/README.md +++ b/README.md @@ -125,4 +125,58 @@ And then extract the content by its index in the array: or simply: double a = root.getArray(0).getDouble(0); - \ No newline at end of file + +## Code size + +### Minimum setup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
strcmp(char*,char*)18
jsmn_init(jsmn_parser*)20
JsonParser::parse(char*)106
JsonObjectBase::getNestedTokenCount(jsmntok_t*)84
JsonObjectBase::getStringFromToken(jsmntok_t*)68
JsonArray::JsonArray(char*, jsmntok_t*)42
JsonArray::getToken(int)112
JsonArray::getString(int)18
JsonHashTable::JsonHashTable(char*, jsmntok_t*)42
JsonHashTable::getToken(char*)180
JsonHashTable::getString(char*)18
TOTAL1680
\ No newline at end of file