Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers greentea_metrics.h Source File

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 /** @}*/