Example usage of the mbed_stats_thread_get_each API.

Revision:
21:cea47119a7f5
Parent:
0:25c062a4a1e6
--- a/mbed_app.json	Mon Feb 25 21:28:11 2019 +0000
+++ b/mbed_app.json	Mon May 13 19:02:36 2019 +0100
@@ -1,3 +1,8 @@
 {
-    "macros": ["MBED_THREAD_STATS_ENABLED"]
+    "macros": ["MBED_THREAD_STATS_ENABLED"],
+    "target_overrides": {
+        "*": {
+            "platform.stdio-convert-newlines": 1
+        }
+    }
 }