plucky (3) al_get_time.3alleg5.gz

Provided by: allegro5-doc_5.2.10.1+dfsg-1_all bug

NAME

       al_get_time - Allegro 5 API

SYNOPSIS

              #include <allegro5/allegro.h>

              double al_get_time(void)

DESCRIPTION

       Return the number of seconds since the Allegro library was initialised.  The return value is undefined if
       Allegro is uninitialised.  The resolution depends on the used driver, but typically can be in  the  order
       of microseconds.