Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync the memory numbers with the numbers in FRO. #89

Merged
merged 3 commits into from
Dec 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 11 additions & 15 deletions docs/doxygen/pages.dox
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,27 @@ Feature of HTTP/1.1 not supported in this library:

<table>
<tr>
<td colspan="4"><center><b>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))</b></center></td>
<td colspan="3"><center><b>Code size of HTTP Client library (example generated with GCC for ARM Cortex-M)</b></center></td>
</tr>
<tr>
<td><b>File</b></td>
<td><b>No Optimization (asserts enabled)</b></td>
<td><b>With -O1 Optimization (asserts disabled)</b></td>
<td><b>With -Os Optimization (asserts disabled)</b></td>
<td><b>With -O1 Optimization</b></td>
<td><b>With -Os Optimization</b></td>
</tr>
<tr>
<td>core_http_client.c</td>
<td>16.4K</td>
<td>4.7K</td>
<td>4.0K</td>
<td><center>3.1K</center></td>
<td><center>2.5K</center></td>
</tr>
<tr>
<td>http_parser.c</td>
<td>38.9K</td>
<td>22.2K</td>
<td>17.6K</td>
<td>http_parser.c (third-party utility)</td>
<td><center>15.7K</center></td>
<td><center>13.0K</center></td>
</tr>
<tr>
<td><b>Total estimates</b></td>
<td>55.3K</td>
<td>26.9K</td>
<td>21.6K</td>
<td><b>Total estimate</b></td>
<td><center><b>18.8K</b></center></td>
<td><center><b>15.5K</b></center></td>
</tr>
</table>
*/
Expand Down