allegro.cc
Manual
Timer routines
ALLEGRO_TIMER
ALLEGRO_USECS_TO_SECS
ALLEGRO_MSECS_TO_SECS
ALLEGRO_BPS_TO_SECS
ALLEGRO_BPM_TO_SECS
al_create_timer
al_start_timer
al_stop_timer
al_get_timer_started
al_destroy_timer
al_get_timer_count
al_set_timer_count
al_add_timer_count
al_get_timer_speed
al_set_timer_speed
al_get_timer_event_source
ALLEGRO_USECS_TO_SECS
#define ALLEGRO_USECS_TO_SECS(x) ((x) / 1000000.0)
Introduced in
5.0.0
Convert microseconds to seconds.