enlightenment/src/bin/e_fm
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
..
.gitignore build: Fix distcheck due to subdir sources 2013-10-16 01:20:40 -03:00
Makefile.mk E: fix Wayland without xwayland build 2016-11-28 10:43:28 -05:00
e_fm_ipc.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
e_fm_ipc.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_main.c enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_main.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_fm_main_eeze.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
e_fm_main_eeze.h some more eeze mounting cleanups 2012-08-02 16:55:47 +00:00
e_fm_main_udisks.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
e_fm_main_udisks.h unbork efm logging 2012-06-28 10:31:40 +00:00
e_fm_main_udisks2.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
e_fm_main_udisks2.h udisks2 support 2013-06-20 16:36:33 +01:00