enlightenment/src/modules/packagekit
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
..
e-module-packagekit.edj packagekit - update icon 2014-02-02 16:15:19 +09:00
e_mod_config.c e_entry -> elm_entry conversion 2015-01-11 12:20:46 -05:00
e_mod_config.h PackageKit: split config stuff to a proper e_mod_config.c file. 2014-02-03 22:21:25 +01:00
e_mod_main.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
e_mod_main.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
e_mod_packagekit.c Clean up some header inclusion 2016-04-07 13:14:43 -04:00
e_mod_packagekit.h Clean up some header inclusion 2016-04-07 13:14:43 -04:00
module.desktop.in Restore translated strings accidentally dropped in fac4e89 2014-09-12 14:03:26 +04:00