mbed-os/features/frameworks/greentea-client/greentea-client/greentea_metrics.h

20 lines
285 B
C

/** \addtogroup frameworks */
/** @{*/
#ifndef GREENTEA_METRICS_H
#define GREENTEA_METRICS_H
/**
* Setup platform specific metrics
*/
void greentea_metrics_setup(void);
/**
* Report and cleanup platform specifc metrics
*/
void greentea_metrics_report(void);
#endif
/** @}*/