2012-01-26 18:42:46 +01:00
|
|
|
config BR2_PACKAGE_EXPEDITE
|
|
|
|
bool "expedite"
|
2015-12-12 14:33:04 +01:00
|
|
|
depends on BR2_PACKAGE_EFL
|
2012-01-26 18:42:46 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
2017-07-31 15:53:41 +02:00
|
|
|
Expedite is the official Evas benchmark tool. It can test
|
|
|
|
different engines, such as X11, XRender, OpenGL (also ES
|
|
|
|
variant), SDL, DirectFB and so on. Its tests are quite
|
|
|
|
extensive, trying to reproduce real world usage cases.
|
2012-01-26 18:42:46 +01:00
|
|
|
|
2015-12-15 23:40:27 +01:00
|
|
|
comment "expedite needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|