]> git.sur5r.net Git - i3/i3/commit
Use gettimeofday() and struct timevals instead of time()
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 21 Feb 2012 12:38:49 +0000 (13:38 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 21 Feb 2012 12:38:49 +0000 (13:38 +0100)
commitab9ba6fcf9c89344ce9e6258b0b01e963b560c56
treeb079163e88be89b1cb96cf87eb0123ef4822eecb
parent1ab3621656f7f3f717f3b99e4d3a78c71a63eb9c
Use gettimeofday() and struct timevals instead of time()

Initially I thought using the second precision time() function is good enough,
but to make t/113-urgent.t considerably faster (>2s vs. 0.08s), we put in a
little more effort and use gettimeofday. Otherwise, this test blocks the whole
testsuite from completing much faster on modern machines :).
include/data.h
src/handlers.c
src/match.c
testcases/t/113-urgent.t