Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
greentea_metrics.h
00001 00002 /** \addtogroup frameworks */ 00003 /** @{*/ 00004 #ifndef GREENTEA_METRICS_H 00005 #define GREENTEA_METRICS_H 00006 00007 /** 00008 * Setup platform specific metrics 00009 */ 00010 void greentea_metrics_setup(void); 00011 00012 /** 00013 * Report and cleanup platform specifc metrics 00014 */ 00015 void greentea_metrics_report(void); 00016 00017 #endif 00018 00019 /** @}*/
Generated on Tue Jul 12 2022 12:21:55 by
