#ifndef MEASURE_H #define MEASURE_H #include #include #include #include #include #include #include #include "ts.h" #include "monano.h" extern void measure_start(struct timespec* m); extern void measure_end(struct timespec m, char* msg); extern int pthread_monano_preemption_duration(pthread_monano_t *t, pthread_monano_id_t id); #endif