enlightenment/src/modules/battery
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 Split .gitignore into multiple files 2013-06-11 18:19:12 -03:00
batget.c Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
e-module-battery.edj new battery icon. 2011-06-21 23:54:43 +00:00
e_mod_config.c remove library checks for a number of modules along with useless defines 2016-03-11 17:19:32 -05: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: Factor all sysctl battery code for bsd into e_mod_sysctl.c 2016-12-09 11:02:43 -06:00
e_mod_sysctl.c Fixes issues w/battery and batman living together 2017-01-29 12:47:15 +01:00
e_mod_udev.c e - BLOODY BUILD AGAIN - DAMN FLOAT WARNINGS... 2017-01-07 14:05:17 +09:00
e_mod_upower.c remove eldbus init/shutdown calls from the codebase 2016-03-11 17:19:32 -05:00
module.desktop.in Updating desktop files, eo.po and fr.po 2014-09-11 21:14:58 +02:00