Re: [E-devel] ecore_timer_add issue : the timer is triggered before the set time

2020-11-26 Thread Carsten Haitzler
On Thu, 26 Nov 2020 10:10:29 +0800 (CST) Jing said: Timers are working fine as far as i can see. a repeat timer every 0.5 sec and some other ones to go off at 1.0, 2.0, 3.5, 5.0, 10.0, 20.0, 30.0, and 60.0 sec from the start of the app running... i don't see your issue. // gcc t.c -o t `pkg-conf

Re: [E-devel] ecore_timer_add issue : the timer is triggered before the set time

2020-11-26 Thread Jing
Hi Carsten, It is no problem to test this timer's demo separately, but there are other modules working in my program. What I want to know is if there are other functions or interface calls that will cause the timer to be inaccurate. Or is there any way to track or debug. There ma