Re: [E-devel] Memory free questions when using EFL

2019-12-03 Thread Carsten Haitzler
On Tue, 3 Dec 2019 19:52:10 +0800 (CST) Jing said: Output from smem every few seconds (about every 5 seconds or so per line). The numbers at the end of the line are USS, PSS, RSS: $ while [ 1 ]; do smem | grep edje-anchors; done 12153 raster ./edje-anchors 0 3576

Re: [E-devel] Memory free questions when using EFL

2019-12-03 Thread Carsten Haitzler
On Tue, 3 Dec 2019 10:03:55 +0800 (CST) Jing said: > Hi Carsten, > You can put these files into efl-1.21.1/src/examples/edje, and use below > command to complile. edje_cc -beta edje-anchors.edc animations.edc ; > gcc -o edje-anchors edje-anchors.c `pkg-config --libs --cflags evas ecore >