rofi
1.5.1
|
![]() |
Macros | |
#define | TIMINGS_START() |
#define | TIMINGS_STOP() |
#define | TICK() |
#define | TICK_N(a) |
#define TICK | ( | ) |
Report current time since TIMINGS_START
Definition at line 89 of file timings.h.
Referenced by main(), rofi_view_create(), and rofi_view_update().
#define TICK_N | ( | a | ) |
a | an string Report current time since TIMINGS_START |
Definition at line 94 of file timings.h.
Referenced by __create_window(), display_setup(), get_apps(), main(), rofi_view_create(), rofi_view_refilter(), rofi_view_repaint(), rofi_view_setup_fake_transparency(), rofi_view_update(), rofi_view_workers_initialize(), and startup().
#define TIMINGS_START | ( | ) |