Hi,
for some time I'm facing high load of E17 and X.
I attached ltrace to enlightenment and collected data for 3 seconds.
Thise are some higher numbers of calls of functions:
42907 ecore_x_screensaver_set
32809 free
32800 calloc
32792 eina_array_step_set
32792 eina_array_grow
32792 eina_array_f
Hi,
some trivial changes.
I. _e_fm_op_stdin_handler is unused, so -> removed.
II. if we cannot malloc _e_fm_op_stdin_buffer, we
are in big shit, so nullcheck.
III. Formatting.
IV. if argc < 4 we quit, so we don't need to check
if argc >= 4.
V. removed 'ret' variables. They are
On Tue, Sep 4, 2012 at 12:22 PM, Enlightenment SVN
wrote:
> Log:
> and now for something totally new: quicklaunch module now runs a
> non-skippable tutorial on first load to run users through using it
> seriously, you can't skip it. don't even try clicking stop or pressing
> escape. I mean it.
On Sep 29, 2012 6:28 AM, "Bruno Dilly" wrote:
> I just saw that when an elm external is added it calls elm_init(), and
> calls shutdown when it's deleted.
> But it's not a nice place to put these calls, because you'll create
> scenarios where elm won't shutdown properly.
>
> Example:
>
> A elm app
Mmmh... The translation of e/src/modules/notification
seems to be broken.
I don't know if it's the right thing to do, but I added
entries in POTFILES.in/.skip.
Then we can removee/src/modules/notification/po.
--- po/POTFILES.in 2012-09-29 13:14:20.739145592 +0200
+++ po/POTFILES.in 2012-09-29 13:
On Saturday, September 29, 2012, Cedric BAIL wrote:
> On Sep 29, 2012 6:28 AM, "Bruno Dilly" >
> wrote:
> > I just saw that when an elm external is added it calls elm_init(), and
> > calls shutdown when it's deleted.
> > But it's not a nice place to put these calls, because you'll create
> > scena