enlightenment/src/modules/sysinfo
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
..
batman Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
cpuclock Make sysinfo gadgets work with BSD 2017-02-02 15:48:48 -06:00
cpumonitor Sysinfo Gadget - Cpumonitor gadget resize callback needs to be removed after resize to prevent looping. 2017-02-02 15:03:49 -06:00
memusage sysinfo: fix popup position when using the cumulative sysinfo gadget 2017-01-30 22:46:27 +01:00
netstatus Sysinfo - Netstatus gadget - Fix netstatus calculation. 2017-02-03 15:21:09 -06:00
thermal Make sysinfo gadgets work with BSD 2017-02-02 15:48:48 -06:00
e-module-sysinfo.edj Enlightenment: Add the sysinfo gadget that includes battery, temp, frequency, cpu, mem, and net 2017-01-06 16:16:51 -06:00
mod.c mem gadget cleanup: rename vars 2017-01-28 19:18:08 +01:00
module.desktop.in Enlightenment: Add the sysinfo gadget that includes battery, temp, frequency, cpu, mem, and net 2017-01-06 16:16:51 -06:00
sysinfo.c mem gadget cleanup: rename vars 2017-01-28 19:18:08 +01:00
sysinfo.h mem gadget: try to improve values calculation 2017-01-29 14:42:09 +01:00