We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11289b commit 269c3c3Copy full SHA for 269c3c3
features/frameworks/greentea-client/source/greentea_metrics.cpp
@@ -73,6 +73,7 @@ static void send_heap_info()
73
mbed_stats_heap_t heap_stats;
74
mbed_stats_heap_get(&heap_stats);
75
greentea_send_kv("max_heap_usage",heap_stats.max_size);
76
+ greentea_send_kv("reserved_heap",heap_stats.reserved_size);
77
}
78
79
#if defined(MBED_STACK_STATS_ENABLED) && MBED_STACK_STATS_ENABLED
0 commit comments