Mistake on this page?
Report an issue in GitHub or email us
greentea_metrics.h
1 
2 /** \addtogroup frameworks */
3 /** @{*/
4 #ifndef GREENTEA_METRICS_H
5 #define GREENTEA_METRICS_H
6 
7 /**
8  * Setup platform specific metrics
9  */
10 void greentea_metrics_setup(void);
11 
12 /**
13  * Report and cleanup platform specifc metrics
14  */
15 void greentea_metrics_report(void);
16 
17 #endif
18 
19 /** @}*/
void greentea_metrics_report(void)
Report and cleanup platform specifc metrics.
void greentea_metrics_setup(void)
Setup platform specific metrics.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.