Go to the documentation of this file. 28 #ifndef ROFI_TIMINGS_H 29 #define ROFI_TIMINGS_H 42 void rofi_timings_init (
void );
50 void rofi_timings_tick (
const char *file,
char const *str,
int line,
char const *msg );
54 void rofi_timings_quit (
void );
60 #define TIMINGS_START() rofi_timings_init () 64 #define TICK() rofi_timings_tick ( __FILE__, __func__, __LINE__, "" ) 69 #define TICK_N( a ) rofi_timings_tick ( __FILE__, __func__, __LINE__, a ) 73 #define TIMINGS_STOP() rofi_timings_quit () 81 #define TIMINGS_START() 85 #define TIMINGS_STOP() 98 #endif // ROFI_TIMINGS_H