qt5base-lts/tests/benchmarks/corelib/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
..
events Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcoreapplication Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmetaobject Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmetatype Remove useless QMetaType benchmarks 2014-07-28 08:39:29 +02:00
qobject Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtimer_vs_qmetaobject Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qvariant 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