From 8de054dbb6f8df615963e43897019914a3d12a19 Mon Sep 17 00:00:00 2001 From: leegeth <51681119+leegeth@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:33:43 -0800 Subject: [PATCH] Make coreHTTP memory numbers consistent with other libraries (#81) --- docs/doxygen/pages.dox | 34 ++++++++-------------------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/docs/doxygen/pages.dox b/docs/doxygen/pages.dox index 2b6e6418..e82a3538 100644 --- a/docs/doxygen/pages.dox +++ b/docs/doxygen/pages.dox @@ -19,49 +19,31 @@ Feature of HTTP/1.1 not supported in this library: - + - - - - - - - - - - - - - + + + + - - - - - + - - - - - + + - -
Code size of HTTP Client library files (sizes generated with [GCC for ARM Cortex-M toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2020-q2-update))
Code size of HTTP Client library files (sizes generated with [GCC for ARM Cortex-M toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2020-q2-update))
File ↓No Optimization (asserts enabled)With -O1 OptimizationWith -Os Optimization
Segment →textdatatextdatatextdataFileNo Optimization (asserts enabled)With -O1 Optimization (asserts disabled)With -Os Optimization (asserts disabled)
core_http_client.c 15.3K0 9.5K0 8.2K0
http_parser.c38.0K41238.4K 24.8K4 20.8K4
Total estimates →53.3K412Total estimates53.7K 34.3K4 29.0K4
*/