Skip to content

Commit

Permalink
Make MEMORY_ESTIMATES.md identical
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebahmed10 committed Jul 22, 2021
1 parent b676038 commit ede2d62
Showing 1 changed file with 28 additions and 39 deletions.
67 changes: 28 additions & 39 deletions docs/MEMORY_ESTIMATES.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,30 @@
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<tbody>
<tr class="odd">
<td colspan="3"><strong>Code Size of coreMQTT (example generated with GCC for ARM Cortex-M)</strong></td>
</tr>
<tr class="even">
<td><strong>File</strong></td>
<td><strong></strong>
With -O1 Optimization</td>
<td><strong></strong>
With -Os Optimization</td>
</tr>
<tr class="odd">
<td>core_mqtt.c</td>
<td>3.0K</td>
<td>2.6K</td>
</tr>
<tr class="even">
<td>core_mqtt_state.c</td>
<td>1.4K</td>
<td>1.1K</td>
</tr>
<tr class="odd">
<td>core_mqtt_serializer.c</td>
<td>2.5K</td>
<td>2.0K</td>
</tr>
<tr class="even">
<td><strong>Total estimates</strong></td>
<td><strong></strong>
6.9K</td>
<td><strong></strong>
5.7K</td>
</tr>
</tbody>
<tr>
<td colspan="3"><center><b>Code Size of coreMQTT (example generated with GCC for ARM Cortex-M)</b></center></td>
</tr>
<tr>
<td><b>File</b></td>
<td><b><center>With -O1 Optimization</center></b></td>
<td><b><center>With -Os Optimization</center></b></td>
</tr>
<tr>
<td>core_mqtt.c</td>
<td><center>3.0K</center></td>
<td><center>2.6K</center></td>
</tr>
<tr>
<td>core_mqtt_state.c</td>
<td><center>1.4K</center></td>
<td><center>1.1K</center></td>
</tr>
<tr>
<td>core_mqtt_serializer.c</td>
<td><center>2.5K</center></td>
<td><center>2.0K</center></td>
</tr>
<tr>
<td><b>Total estimates</b></td>
<td><b><center>6.9K</center></b></td>
<td><b><center>5.7K</center></b></td>
</tr>
</table>

0 comments on commit ede2d62

Please sign in to comment.