rofi  1.5.1
Timings
Collaboration diagram for Timings:

Macros

#define TIMINGS_START()
 
#define TIMINGS_STOP()
 
#define TICK()
 
#define TICK_N(a)
 

Detailed Description

Macro Definition Documentation

◆ TICK

#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().

◆ TICK_N

#define TICK_N (   a)

◆ TIMINGS_START

#define TIMINGS_START ( )

Start timestamping mechanism. Call to this function is time 0.

Definition at line 81 of file timings.h.

Referenced by main().

◆ TIMINGS_STOP

#define TIMINGS_STOP ( )

Stop timestamping mechanism.

Definition at line 85 of file timings.h.

Referenced by cleanup().