|
rofi
1.5.4
|
#include <config.h>

Go to the source code of this file.
Macros | |
| #define | TIMINGS_START() rofi_timings_init () |
| #define | TICK() rofi_timings_tick ( __FILE__, __func__, __LINE__, "" ) |
| #define | TICK_N(a) rofi_timings_tick ( __FILE__, __func__, __LINE__, a ) |
| #define | TIMINGS_STOP() rofi_timings_quit () |
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) |