Skip to content

Commit cb262c4

Browse files
authored
Sync the memory numbers with the numbers in FRO. (#89)
1 parent b349f89 commit cb262c4

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

docs/doxygen/pages.dox

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,27 @@ Feature of HTTP/1.1 not supported in this library:
1919

2020
<table>
2121
<tr>
22-
<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>
22+
<td colspan="3"><center><b>Code size of HTTP Client library (example generated with GCC for ARM Cortex-M)</b></center></td>
2323
</tr>
2424
<tr>
2525
<td><b>File</b></td>
26-
<td><b>No Optimization (asserts enabled)</b></td>
27-
<td><b>With -O1 Optimization (asserts disabled)</b></td>
28-
<td><b>With -Os Optimization (asserts disabled)</b></td>
26+
<td><b>With -O1 Optimization</b></td>
27+
<td><b>With -Os Optimization</b></td>
2928
</tr>
3029
<tr>
3130
<td>core_http_client.c</td>
32-
<td>16.4K</td>
33-
<td>4.7K</td>
34-
<td>4.0K</td>
31+
<td><center>3.1K</center></td>
32+
<td><center>2.5K</center></td>
3533
</tr>
3634
<tr>
37-
<td>http_parser.c</td>
38-
<td>38.9K</td>
39-
<td>22.2K</td>
40-
<td>17.6K</td>
35+
<td>http_parser.c (third-party utility)</td>
36+
<td><center>15.7K</center></td>
37+
<td><center>13.0K</center></td>
4138
</tr>
4239
<tr>
43-
<td><b>Total estimates</b></td>
44-
<td>55.3K</td>
45-
<td>26.9K</td>
46-
<td>21.6K</td>
40+
<td><b>Total estimate</b></td>
41+
<td><center><b>18.8K</b></center></td>
42+
<td><center><b>15.5K</b></center></td>
4743
</tr>
4844
</table>
4945
*/

0 commit comments

Comments
 (0)