33 #ifndef ROFI_TIMINGS_H
34 #define ROFI_TIMINGS_H
50 void rofi_timings_tick (
const char *file,
char const *str,
int line,
char const *msg );
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()
void rofi_timings_init(void)
void rofi_timings_tick(const char *file, char const *str, int line, char const *msg)
void rofi_timings_quit(void)