ecore: avoid calling ecore_time_get everytime we create a timer.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Feb 2017 00:52:10 +0000 (16:52 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Feb 2017 00:56:57 +0000 (16:56 -0800)
commitf66559a4cdab235995c1be6b1e92d2f76e4d11de
tree1caa4e4abad47f0e64d7429cd4c3c4c53d05e1a5
parente07a5b784052aa4ec8963e1e1b565446ce7cdf79
ecore: avoid calling ecore_time_get everytime we create a timer.

This is particularly useful for ecore_timer_loop_add which are not
supposed to trigger any syscall. It does add a new requirement
on the EFL_LOOP_TIME_CLASS to always have an interval defined during
construction.
src/lib/ecore/ecore_timer.c