Skip to content

Commit cae511e

Browse files
authored
Update code sizes (#26)
* Update code sizes
1 parent c62c970 commit cae511e

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

docs/doxygen/pages.dox

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,19 @@ The configurations for memory estimation are defined <a href="https://github.com
1616

1717
<table>
1818
<tr>
19-
<td colspan="3"><b>Code Size of coreJSON (example generated with GCC for ARM Cortex-M)</b></td>
19+
<td colspan="4"><center><b>Code Size of coreJSON library files (sizes generated with [GCC for ARM Cortex-M toolchain 20191025](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2019-q4-major))</b></center></td>
2020
</tr>
2121
<tr>
2222
<td><b>File</b></td>
23-
<td><b>With -O1 Optimisation</b></td>
24-
<td><b>With -Os Optimisation</b></td>
23+
<td><b>No Optimization (asserts enabled)</b></td>
24+
<td><b>With -O1 Optimization (asserts disabled)</b></td>
25+
<td><b>With -Os Optimization (asserts disabled)</b></td>
2526
</tr>
2627
<tr>
2728
<td>core_json.c</td>
28-
<td>4.3K</td>
29-
<td>3.5K</td>
30-
</tr>
31-
<tr>
32-
<td><b>Total estimates</b></td>
33-
<td>4.3K</td>
34-
<td>3.5K</td>
29+
<td>9.1K</td>
30+
<td>3.1K</td>
31+
<td>2.7K</td>
3532
</tr>
3633
</table>
3734
*/

0 commit comments

Comments
 (0)