enlightenment/src/tests
Derek Foreman 73aecd73ab Replace all timer_add with timer_loop_add
So yeah, I've literally used sed to replace every occurrence of
ecore_time_add() with ecore_timer_loop_add() because I'm reasonably
confident that no part of E has a legitimate need for timer based on the
exact current time.

It would be really nice if I'm not wrong. :)

The reason for this is the incredible spew of clock_gettime() calls I'm
seeing on an ARM system (that should have a vdso for gettime, but...)
This can amount to thousands of system calls per second.

 #YOLO
2017-02-03 15:52:28 -06:00
..
activate.c add activate test 2014-06-17 09:38:41 -04:00
focusgrab.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
fullscreen.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
init_states.c test: user_time-0, iconic, sticky, urgent window 2014-03-04 15:20:24 -05:00
modal.c add simple test app for modal window race conditions 2013-07-02 10:20:57 +01:00
override_fullscreen.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
shaped_input.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
urgent.c add urgency hint test 2014-01-14 20:29:00 -05:00