qt5base-lts/tests/benchmarks/gui/kernel
Jędrzej Nowacki 21a58910b2 Remove useless QMetaType benchmarks
Cost of a type lookup for core built-in types is really small, just few
cpu instructions, but the benchmark was testing create() and destroy()
functions (in a different fashion) which by definition allocate and
de-allocate memory. These memory operations are significantly more
expensive which obfuscate the results.

Change-Id: I33c679f57e6c2b57e98328f076dfe249ab7bcde8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Stephen Kelly <steveire@gmail.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-07-28 08:39:29 +02:00
..
qapplication MSVC: Fix the compilation of benchmark tests with strict string literals. 2014-07-10 09:02:04 +02:00
qguimetatype Remove useless QMetaType benchmarks 2014-07-28 08:39:29 +02:00
qguivariant Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qwidget Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
kernel.pro add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00