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:
File ↓ | -No Optimization (asserts enabled) | -With -O1 Optimization | -With -Os Optimization | -|||||||
Segment → | -text | -data | -text | -data | -text | -data | +File | +No Optimization (asserts enabled) | +With -O1 Optimization (asserts disabled) | +With -Os Optimization (asserts disabled) |
core_http_client.c | 15.3K | -0 | 9.5K | -0 | 8.2K | -0 | ||||
http_parser.c | -38.0K | -412 | +38.4K | 24.8K | -4 | 20.8K | -4 | |||
Total estimates → | -53.3K | -412 | +Total estimates | +53.7K | 34.3K | -4 | 29.0K | -4 |