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 8e76bf6 commit 40957c1Copy full SHA for 40957c1
features/frameworks/greentea-client/source/greentea_metrics.cpp
@@ -72,6 +72,7 @@ static void send_heap_info()
72
mbed_stats_heap_t heap_stats;
73
mbed_stats_heap_get(&heap_stats);
74
greentea_send_kv("max_heap_usage",heap_stats.max_size);
75
+ greentea_send_kv("reserved_heap",heap_stats.reserved_size);
76
}
77
78
#if defined(MBED_STACK_STATS_ENABLED) && MBED_STACK_STATS_ENABLED
0 commit comments