Skip to content

Latest commit

 

History

History
40 lines (40 loc) · 1.17 KB

size_table.md

File metadata and controls

40 lines (40 loc) · 1.17 KB
Code Size of coreMQTT Agent (example generated with GCC for ARM Cortex-M)
File With -O1 Optimization With -Os Optimization
core_mqtt_agent.c 1.7K 1.5K
core_mqtt_agent_command_functions.c 0.3K 0.2K
core_mqtt.c (coreMQTT) 4.1K 3.5K
core_mqtt_state.c (coreMQTT) 1.7K 1.3K
core_mqtt_serializer.c (coreMQTT) 2.8K 2.2K
Total estimates 10.6K 8.7K