00001 00009 #ifndef TIMED_LATENCY_REPORTER_CSV_H_ 00010 #define TIMED_LATENCY_REPORTER_CSV_H_ 00011 00012 #include "timed_latency.h" 00013 #include <util/config.h> 00014 #include <execution.h> 00015 00016 #ifdef __cplusplus 00017 extern "C" { 00018 #endif 00019 00020 void timed_latency_reporter_csv_init(Config * config); 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025 00026 #endif /* TIMED_LATENCY_REPORTER_CSV_H_ */