elm perf tool - bring one back to efl
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 22 Nov 2018 16:48:56 +0000 (16:48 +0000)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:52:40 +0000 (14:52 +0900)
commitc2423890025efada58887c0f7386bdab596b207b
treeb2ff45d98870f33245f55f05a0e670d67647e7bf
parent58e82fbd90bc1853f1a71ee11c1446a0c65b998c
elm perf tool - bring one back to efl

expedite is basically dead. because it's out of tree and because it
was ported to eo too early... but it's also not a great tool given it
requires manual addition of engines and can't test elm stuff (complex
widgets).

so this is an elm based performance tool. i've added some tests (taken
from expedite and modified a bit). to get the ball rolling. the idea
is to add all the important core tests (rects, images, text, video
etc.) and then add widget/smart object like tests that go beyond what
expedite did. the problem with these tests is they are dependent on
theme. there isn't really any way around that... but i might
categorize tests in the end.

@feature
13 files changed:
data/elementary/desktop/elementary_perf.desktop [new file with mode: 0644]
data/elementary/desktop/meson.build
src/bin/elementary/meson.build
src/bin/elementary/perf.c [new file with mode: 0644]
src/bin/elementary/perf.h [new file with mode: 0644]
src/bin/elementary/perf_list.c [new file with mode: 0644]
src/bin/elementary/perf_rnd.c [new file with mode: 0644]
src/bin/elementary/perf_test_01.c [new file with mode: 0644]
src/bin/elementary/perf_test_02.c [new file with mode: 0644]
src/bin/elementary/perf_test_03.c [new file with mode: 0644]
src/bin/elementary/perf_test_04.c [new file with mode: 0644]
src/bin/elementary/perf_test_05.c [new file with mode: 0644]
src/bin/elementary/perf_test_06.c [new file with mode: 0644]