rofi
1.5.4
|
Go to the source code of this file.
Macros | |
#define | G_LOG_DOMAIN "Timings" |
Functions | |
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) |
Variables | |
GTimer * | global_timer = NULL |
double | global_timer_last = 0.0 |
GTimer* global_timer = NULL |
Definition at line 34 of file timings.c.
Referenced by rofi_timings_init(), rofi_timings_quit(), and rofi_timings_tick().
double global_timer_last = 0.0 |
Definition at line 35 of file timings.c.
Referenced by rofi_timings_tick().