aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* timer: add function timer_delay()Max Kellermann2010-11-051-0/+6
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* don't include os_compat.hMax Kellermann2008-10-081-1/+1
* timer: constant pointersMax Kellermann2008-09-091-1/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-2/+3
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-261-2/+2
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-121-3/+0
* switching to us instead of ms on runtimeRoger Bystrøm2007-06-091-1/+1
* Added timer_get_runtime_ms to know how long the timer has been runningRoger Bystrøm2007-06-091-0/+3
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-301-0/+43