rofi
1.7.0
|
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 |
Timer used to calculate time stamps.
Definition at line 38 of file timings.c.
Referenced by rofi_timings_init(), rofi_timings_quit(), and rofi_timings_tick().
double global_timer_last = 0.0 |