CMake: Regenerate benchmarks
Change-Id: I4154d9ebb8303338a07350b655c7b468751efd10 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
1339cc4667
commit
1718948ed4
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qdir_10000 Binary:
|
## tst_bench_qdir_10000 Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qdir_10000
|
qt_add_benchmark(tst_bench_qdir_10000
|
||||||
SOURCES
|
SOURCES
|
||||||
bench_qdir_10000.cpp
|
bench_qdir_10000.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## bench_qdir_tree Binary:
|
## bench_qdir_tree Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(bench_qdir_tree
|
qt_add_benchmark(bench_qdir_tree
|
||||||
SOURCES
|
SOURCES
|
||||||
bench_qdir_tree.cpp
|
bench_qdir_tree.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
@ -16,7 +16,7 @@ set(bench_qdir_tree_resource_files
|
|||||||
"4.6.0-list.txt"
|
"4.6.0-list.txt"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(bench_qdir_tree "bench_qdir_tree"
|
qt_add_resource(bench_qdir_tree "bench_qdir_tree"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/"
|
"/"
|
||||||
FILES
|
FILES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qdiriterator Binary:
|
## tst_bench_qdiriterator Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qdiriterator
|
qt_add_benchmark(tst_bench_qdiriterator
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qfilesystemiterator.cpp qfilesystemiterator.h
|
qfilesystemiterator.cpp qfilesystemiterator.h
|
||||||
@ -15,7 +15,7 @@ add_qt_benchmark(tst_bench_qdiriterator
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_qdiriterator CONDITION (QT_FEATURE_cxx17_filesystem) AND (GCC AND (QMAKE_GCC_MAJOR_VERSION LESS 9))
|
qt_extend_target(tst_bench_qdiriterator CONDITION (QT_FEATURE_cxx17_filesystem) AND (GCC AND (QMAKE_GCC_MAJOR_VERSION LESS 9))
|
||||||
LINK_OPTIONS
|
LINK_OPTIONS
|
||||||
"-lstdc++fs"
|
"-lstdc++fs"
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qfile Binary:
|
## tst_bench_qfile Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qfile
|
qt_add_benchmark(tst_bench_qfile
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
@ -18,7 +18,7 @@ add_qt_benchmark(tst_bench_qfile
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_qfile CONDITION WIN32
|
qt_extend_target(tst_bench_qfile CONDITION WIN32
|
||||||
DEFINES
|
DEFINES
|
||||||
_CRT_SECURE_NO_WARNINGS
|
_CRT_SECURE_NO_WARNINGS
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qfileinfo Binary:
|
## tst_bench_qfileinfo Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qfileinfo
|
qt_add_benchmark(tst_bench_qfileinfo
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qiodevice Binary:
|
## tst_bench_qiodevice Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qiodevice
|
qt_add_benchmark(tst_bench_qiodevice
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qprocess Binary:
|
## tst_bench_qprocess Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qprocess
|
qt_add_benchmark(tst_bench_qprocess
|
||||||
SOURCES
|
SOURCES
|
||||||
../tst_bench_qprocess.cpp
|
../tst_bench_qprocess.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## testProcessLoopback Binary:
|
## testProcessLoopback Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_executable(testProcessLoopback
|
add_qt_benchmark(testProcessLoopback
|
||||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
## testProcessLoopback Binary:
|
## testProcessLoopback Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
# add_qt_executable(testProcessLoopback # special case
|
qt_add_benchmark(testProcessLoopback
|
||||||
add_qt_benchmark(testProcessLoopback # special case
|
|
||||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qtemporaryfile Binary:
|
## tst_bench_qtemporaryfile Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qtemporaryfile
|
qt_add_benchmark(tst_bench_qtemporaryfile
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qtextstream Binary:
|
## tst_bench_qtextstream Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qtextstream
|
qt_add_benchmark(tst_bench_qtextstream
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_qurl Binary:
|
## tst_qurl Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_qurl
|
qt_add_benchmark(tst_qurl
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
@ -17,7 +17,7 @@ add_qt_benchmark(tst_qurl
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_qurl CONDITION WIN32
|
qt_extend_target(tst_qurl CONDITION WIN32
|
||||||
DEFINES
|
DEFINES
|
||||||
_CRT_SECURE_NO_WARNINGS
|
_CRT_SECURE_NO_WARNINGS
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qtbinaryjson Binary:
|
## tst_bench_qtbinaryjson Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qtbinaryjson
|
qt_add_benchmark(tst_bench_qtbinaryjson
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_bench_qtbinaryjson.cpp
|
tst_bench_qtbinaryjson.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_events Binary:
|
## tst_bench_events Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_events
|
qt_add_benchmark(tst_bench_events
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qcoreapplication Binary:
|
## tst_bench_qcoreapplication Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qcoreapplication
|
qt_add_benchmark(tst_bench_qcoreapplication
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qmetaobject Binary:
|
## tst_bench_qmetaobject Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qmetaobject
|
qt_add_benchmark(tst_bench_qmetaobject
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qmetatype Binary:
|
## tst_bench_qmetatype Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qmetatype
|
qt_add_benchmark(tst_bench_qmetatype
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qmetatype.cpp
|
tst_qmetatype.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qobject Binary:
|
## tst_bench_qobject Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qobject
|
qt_add_benchmark(tst_bench_qobject
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
object.cpp object.h
|
object.cpp object.h
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## qtimer_vs_qmetaobject Binary:
|
## qtimer_vs_qmetaobject Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(qtimer_vs_qmetaobject
|
qt_add_benchmark(qtimer_vs_qmetaobject
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtimer_vs_qmetaobject.cpp
|
tst_qtimer_vs_qmetaobject.cpp
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## qtimer_vs_qmetaobject Binary:
|
## qtimer_vs_qmetaobject Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(qtimer_vs_qmetaobject
|
qt_add_benchmark(qtimer_vs_qmetaobject
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtimer_vs_qmetaobject.cpp
|
tst_qtimer_vs_qmetaobject.cpp
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qvariant Binary:
|
## tst_bench_qvariant Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qvariant
|
qt_add_benchmark(tst_bench_qvariant
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qvariant.cpp
|
tst_qvariant.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
@ -15,7 +15,7 @@ add_qt_benchmark(tst_bench_qvariant
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_qvariant CONDITION NOT TARGET Qt::Gui
|
qt_extend_target(tst_bench_qvariant CONDITION NOT TARGET Qt::Gui
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
# Remove: gui
|
# Remove: gui
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qmimedatabase Binary:
|
## tst_bench_qmimedatabase Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qmimedatabase
|
qt_add_benchmark(tst_bench_qmimedatabase
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_quuid Binary:
|
## tst_bench_quuid Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_quuid
|
qt_add_benchmark(tst_bench_quuid
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_quuid.cpp
|
tst_quuid.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qbytearray Binary:
|
## tst_bench_qbytearray Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qbytearray
|
qt_add_benchmark(tst_bench_qbytearray
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qchar Binary:
|
## tst_bench_qchar Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qchar
|
qt_add_benchmark(tst_bench_qchar
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qlocale Binary:
|
## tst_bench_qlocale Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qlocale
|
qt_add_benchmark(tst_bench_qlocale
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qregexp Binary:
|
## tst_bench_qregexp Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qregexp
|
qt_add_benchmark(tst_bench_qregexp
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
@ -17,7 +17,7 @@ set(qregexp_resource_files
|
|||||||
"main.cpp"
|
"main.cpp"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(tst_bench_qregexp "qregexp"
|
qt_add_resource(tst_bench_qregexp "qregexp"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/"
|
"/"
|
||||||
FILES
|
FILES
|
||||||
@ -31,14 +31,14 @@ add_qt_resource(tst_bench_qregexp "qregexp"
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_qregexp CONDITION TARGET Qt::Script AND NOT pcre
|
qt_extend_target(tst_bench_qregexp CONDITION TARGET Qt::Script AND NOT pcre
|
||||||
DEFINES
|
DEFINES
|
||||||
HAVE_JSC
|
HAVE_JSC
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::Script
|
Qt::Script
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_target(tst_bench_qregexp CONDITION (NOT QNX) AND (EXISTS _ss_[QT_SYSROOT]/usr/include/boost/regex.hpp)
|
qt_extend_target(tst_bench_qregexp CONDITION (NOT QNX) AND (EXISTS _ss_[QT_SYSROOT]/usr/include/boost/regex.hpp)
|
||||||
DEFINES
|
DEFINES
|
||||||
HAVE_BOOST
|
HAVE_BOOST
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qstring Binary:
|
## tst_bench_qstring Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qstring
|
qt_add_benchmark(tst_bench_qstring
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qstringbuilder Binary:
|
## tst_bench_qstringbuilder Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qstringbuilder
|
qt_add_benchmark(tst_bench_qstringbuilder
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qstringlist Binary:
|
## tst_bench_qstringlist Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qstringlist
|
qt_add_benchmark(tst_bench_qstringlist
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qmutex Binary:
|
## tst_bench_qmutex Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qmutex
|
qt_add_benchmark(tst_bench_qmutex
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qmutex.cpp
|
tst_qmutex.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qreadwritelock Binary:
|
## tst_bench_qreadwritelock Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qreadwritelock
|
qt_add_benchmark(tst_bench_qreadwritelock
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qreadwritelock.cpp
|
tst_qreadwritelock.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qthreadpool Binary:
|
## tst_bench_qthreadpool Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qthreadpool
|
qt_add_benchmark(tst_bench_qthreadpool
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qthreadpool.cpp
|
tst_qthreadpool.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qthreadstorage Binary:
|
## tst_bench_qthreadstorage Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qthreadstorage
|
qt_add_benchmark(tst_bench_qthreadstorage
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qthreadstorage.cpp
|
tst_qthreadstorage.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qwaitcondition Binary:
|
## tst_bench_qwaitcondition Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qwaitcondition
|
qt_add_benchmark(tst_bench_qwaitcondition
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qwaitcondition.cpp
|
tst_qwaitcondition.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qdate Binary:
|
## tst_bench_qdate Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qdate
|
qt_add_benchmark(tst_bench_qdate
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_bench_qdate.cpp
|
tst_bench_qdate.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qdatetime Binary:
|
## tst_bench_qdatetime Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qdatetime
|
qt_add_benchmark(tst_bench_qdatetime
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qtimezone Binary:
|
## tst_bench_qtimezone Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qtimezone
|
qt_add_benchmark(tst_bench_qtimezone
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_containers-associative Binary:
|
## tst_bench_containers-associative Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_containers-associative
|
qt_add_benchmark(tst_bench_containers-associative
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_containers-sequential Binary:
|
## tst_bench_containers-sequential Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_containers-sequential
|
qt_add_benchmark(tst_bench_containers-sequential
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qalgorithms Binary:
|
## tst_bench_qalgorithms Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qalgorithms
|
qt_add_benchmark(tst_bench_qalgorithms
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qalgorithms.cpp
|
tst_qalgorithms.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qcontiguouscache Binary:
|
## tst_bench_qcontiguouscache Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qcontiguouscache
|
qt_add_benchmark(tst_bench_qcontiguouscache
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qcryptographichash Binary:
|
## tst_bench_qcryptographichash Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qcryptographichash
|
qt_add_benchmark(tst_bench_qcryptographichash
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_hash Binary:
|
## tst_hash Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_hash
|
qt_add_benchmark(tst_hash
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
outofline.cpp
|
outofline.cpp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qlist Binary:
|
## tst_bench_qlist Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qlist
|
qt_add_benchmark(tst_bench_qlist
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qmap Binary:
|
## tst_bench_qmap Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qmap
|
qt_add_benchmark(tst_bench_qmap
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qrect Binary:
|
## tst_bench_qrect Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qrect
|
qt_add_benchmark(tst_bench_qrect
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qringbuffer Binary:
|
## tst_bench_qringbuffer Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qringbuffer
|
qt_add_benchmark(tst_bench_qringbuffer
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_qset Binary:
|
## tst_qset Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_qset
|
qt_add_benchmark(tst_qset
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_stack Binary:
|
## tst_bench_stack Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_stack
|
qt_add_benchmark(tst_bench_stack
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_vector Binary:
|
## tst_bench_vector Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_vector
|
qt_add_benchmark(tst_bench_vector
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
outofline.cpp
|
outofline.cpp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## server Binary:
|
## server Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(server
|
qt_add_benchmark(server
|
||||||
GUI
|
GUI
|
||||||
OUTPUT_DIRECTORY "."
|
OUTPUT_DIRECTORY "."
|
||||||
SOURCES
|
SOURCES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_qdbusperformance Binary:
|
## tst_qdbusperformance Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_qdbusperformance
|
qt_add_benchmark(tst_qdbusperformance
|
||||||
SOURCES
|
SOURCES
|
||||||
../serverobject.h
|
../serverobject.h
|
||||||
../tst_qdbusperformance.cpp
|
../tst_qdbusperformance.cpp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qdbustype Binary:
|
## tst_bench_qdbustype Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qdbustype
|
qt_add_benchmark(tst_bench_qdbustype
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
@ -16,14 +16,14 @@ add_qt_benchmark(tst_bench_qdbustype
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_qdbustype CONDITION QT_FEATURE_dbus_linked
|
qt_extend_target(tst_bench_qdbustype CONDITION QT_FEATURE_dbus_linked
|
||||||
DEFINES
|
DEFINES
|
||||||
QT_LINKED_LIBDBUS
|
QT_LINKED_LIBDBUS
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
dbus-1
|
dbus-1
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_target(tst_bench_qdbustype CONDITION NOT QT_FEATURE_dbus_linked
|
qt_extend_target(tst_bench_qdbustype CONDITION NOT QT_FEATURE_dbus_linked
|
||||||
SOURCES
|
SOURCES
|
||||||
../../../../src/dbus/qdbus_symbols.cpp
|
../../../../src/dbus/qdbus_symbols.cpp
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qanimation Binary:
|
## tst_bench_qanimation Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qanimation
|
qt_add_benchmark(tst_bench_qanimation
|
||||||
SOURCES
|
SOURCES
|
||||||
dummyanimation.cpp dummyanimation.h
|
dummyanimation.cpp dummyanimation.h
|
||||||
dummyobject.cpp dummyobject.h
|
dummyobject.cpp dummyobject.h
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_blendbench Binary:
|
## tst_bench_blendbench Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_blendbench
|
qt_add_benchmark(tst_bench_blendbench
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_imageConversion Binary:
|
## tst_bench_imageConversion Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_imageConversion
|
qt_add_benchmark(tst_bench_imageConversion
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qimageconversion.cpp
|
tst_qimageconversion.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
@ -19,12 +19,12 @@ add_qt_benchmark(tst_bench_imageConversion
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_imageConversion CONDITION QT_FEATURE_gif
|
qt_extend_target(tst_bench_imageConversion CONDITION QT_FEATURE_gif
|
||||||
DEFINES
|
DEFINES
|
||||||
QTEST_HAVE_GIF
|
QTEST_HAVE_GIF
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_target(tst_bench_imageConversion CONDITION QT_FEATURE_jpeg
|
qt_extend_target(tst_bench_imageConversion CONDITION QT_FEATURE_jpeg
|
||||||
DEFINES
|
DEFINES
|
||||||
QTEST_HAVE_JPEG
|
QTEST_HAVE_JPEG
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qimagereader Binary:
|
## tst_bench_qimagereader Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qimagereader
|
qt_add_benchmark(tst_bench_qimagereader
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qimagereader.cpp
|
tst_qimagereader.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
@ -20,12 +20,12 @@ add_qt_benchmark(tst_bench_qimagereader
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_qimagereader CONDITION QT_FEATURE_gif
|
qt_extend_target(tst_bench_qimagereader CONDITION QT_FEATURE_gif
|
||||||
DEFINES
|
DEFINES
|
||||||
QTEST_HAVE_GIF
|
QTEST_HAVE_GIF
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_target(tst_bench_qimagereader CONDITION QT_FEATURE_jpeg
|
qt_extend_target(tst_bench_qimagereader CONDITION QT_FEATURE_jpeg
|
||||||
DEFINES
|
DEFINES
|
||||||
QTEST_HAVE_JPEG
|
QTEST_HAVE_JPEG
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_imageScale Binary:
|
## tst_bench_imageScale Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_imageScale
|
qt_add_benchmark(tst_bench_imageScale
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qimagescale.cpp
|
tst_qimagescale.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qpixmap Binary:
|
## tst_bench_qpixmap Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qpixmap
|
qt_add_benchmark(tst_bench_qpixmap
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qpixmap.cpp
|
tst_qpixmap.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qpixmapcache Binary:
|
## tst_bench_qpixmapcache Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qpixmapcache
|
qt_add_benchmark(tst_bench_qpixmapcache
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qpixmapcache.cpp
|
tst_qpixmapcache.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qguimetatype Binary:
|
## tst_bench_qguimetatype Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qguimetatype
|
qt_add_benchmark(tst_bench_qguimetatype
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qguimetatype.cpp
|
tst_qguimetatype.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qguivariant Binary:
|
## tst_bench_qguivariant Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qguivariant
|
qt_add_benchmark(tst_bench_qguivariant
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qguivariant.cpp
|
tst_qguivariant.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qmatrix4x4 Binary:
|
## tst_bench_qmatrix4x4 Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qmatrix4x4
|
qt_add_benchmark(tst_bench_qmatrix4x4
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qmatrix4x4.cpp
|
tst_qmatrix4x4.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qquaternion Binary:
|
## tst_bench_qquaternion Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qquaternion
|
qt_add_benchmark(tst_bench_qquaternion
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qquaternion.cpp
|
tst_qquaternion.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_drawtexture Binary:
|
## tst_bench_drawtexture Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_drawtexture
|
qt_add_benchmark(tst_bench_drawtexture
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_drawtexture.cpp
|
tst_drawtexture.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_lancebench Binary:
|
## tst_bench_lancebench Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_lancebench
|
qt_add_benchmark(tst_bench_lancebench
|
||||||
SOURCES
|
SOURCES
|
||||||
../../../../auto/other/lancelot/paintcommands.cpp ../../../../auto/other/lancelot/paintcommands.h
|
../../../../auto/other/lancelot/paintcommands.cpp ../../../../auto/other/lancelot/paintcommands.h
|
||||||
tst_lancebench.cpp
|
tst_lancebench.cpp
|
||||||
@ -134,7 +134,7 @@ set(images_resource_files
|
|||||||
"images/zebra.png"
|
"images/zebra.png"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(tst_bench_lancebench "images"
|
qt_add_resource(tst_bench_lancebench "images"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/"
|
"/"
|
||||||
BASE
|
BASE
|
||||||
@ -151,7 +151,7 @@ add_qt_resource(tst_bench_lancebench "images"
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_lancebench CONDITION QT_FEATURE_opengl
|
qt_extend_target(tst_bench_lancebench CONDITION QT_FEATURE_opengl
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::OpenGL
|
Qt::OpenGL
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qcolor Binary:
|
## tst_bench_qcolor Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qcolor
|
qt_add_benchmark(tst_bench_qcolor
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qcolor.cpp
|
tst_qcolor.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qpainter Binary:
|
## tst_bench_qpainter Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qpainter
|
qt_add_benchmark(tst_bench_qpainter
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qpainter.cpp
|
tst_qpainter.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qregion Binary:
|
## tst_bench_qregion Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qregion
|
qt_add_benchmark(tst_bench_qregion
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qtbench Binary:
|
## tst_bench_qtbench Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qtbench
|
qt_add_benchmark(tst_bench_qtbench
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtbench.cpp
|
tst_qtbench.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qtransform Binary:
|
## tst_bench_qtransform Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qtransform
|
qt_add_benchmark(tst_bench_qtransform
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtransform.cpp
|
tst_qtransform.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_QFontMetrics Binary:
|
## tst_bench_QFontMetrics Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_QFontMetrics
|
qt_add_benchmark(tst_bench_QFontMetrics
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_QText Binary:
|
## tst_bench_QText Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_QText
|
qt_add_benchmark(tst_bench_QText
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_QTextDocument Binary:
|
## tst_bench_QTextDocument Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_QTextDocument
|
qt_add_benchmark(tst_bench_QTextDocument
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
8
tests/benchmarks/network/.prev_CMakeLists.txt
Normal file
8
tests/benchmarks/network/.prev_CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Generated from network.pro.
|
||||||
|
|
||||||
|
add_subdirectory(access)
|
||||||
|
add_subdirectory(kernel)
|
||||||
|
add_subdirectory(socket)
|
||||||
|
if(QT_FEATURE_openssl)
|
||||||
|
add_subdirectory(ssl)
|
||||||
|
endif()
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qfile_vs_qnetworkaccessmanager Binary:
|
## tst_bench_qfile_vs_qnetworkaccessmanager Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qfile_vs_qnetworkaccessmanager
|
qt_add_benchmark(tst_bench_qfile_vs_qnetworkaccessmanager
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qnetworkdiskcache Binary:
|
## tst_bench_qnetworkdiskcache Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qnetworkdiskcache
|
qt_add_benchmark(tst_bench_qnetworkdiskcache
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qnetworkdiskcache.cpp
|
tst_qnetworkdiskcache.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qnetworkreply Binary:
|
## tst_bench_qnetworkreply Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qnetworkreply
|
qt_add_benchmark(tst_bench_qnetworkreply
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qnetworkreply.cpp
|
tst_qnetworkreply.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qnetworkreply_from_cache Binary:
|
## tst_bench_qnetworkreply_from_cache Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qnetworkreply_from_cache
|
qt_add_benchmark(tst_bench_qnetworkreply_from_cache
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qnetworkreply_from_cache.cpp
|
tst_qnetworkreply_from_cache.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qhostinfo Binary:
|
## tst_bench_qhostinfo Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qhostinfo
|
qt_add_benchmark(tst_bench_qhostinfo
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qtcpserver Binary:
|
## tst_bench_qtcpserver Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qtcpserver
|
qt_add_benchmark(tst_bench_qtcpserver
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qtcpserver.cpp
|
tst_qtcpserver.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qudpsocket Binary:
|
## tst_bench_qudpsocket Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qudpsocket
|
qt_add_benchmark(tst_bench_qudpsocket
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qudpsocket.cpp
|
tst_qudpsocket.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qsslsocket Binary:
|
## tst_bench_qsslsocket Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qsslsocket
|
qt_add_benchmark(tst_bench_qsslsocket
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qsslsocket.cpp
|
tst_qsslsocket.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## jpeg Binary:
|
## jpeg Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(jpeg
|
qt_add_benchmark(jpeg
|
||||||
SOURCES
|
SOURCES
|
||||||
jpeg.cpp
|
jpeg.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qsqlquery Binary:
|
## tst_bench_qsqlquery Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qsqlquery
|
qt_add_benchmark(tst_bench_qsqlquery
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qsqlrecord Binary:
|
## tst_bench_qsqlrecord Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qsqlrecord
|
qt_add_benchmark(tst_bench_qsqlrecord
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qsqlrecord.cpp
|
tst_qsqlrecord.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_tostring Binary:
|
## tst_bench_tostring Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_tostring
|
qt_add_benchmark(tst_bench_tostring
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_tostring.cpp
|
tst_tostring.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_GraphicsViewBenchmark Binary:
|
## tst_GraphicsViewBenchmark Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_GraphicsViewBenchmark
|
qt_add_benchmark(tst_GraphicsViewBenchmark
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
widgets/abstractitemcontainer.cpp widgets/abstractitemcontainer.h
|
widgets/abstractitemcontainer.cpp widgets/abstractitemcontainer.h
|
||||||
@ -124,7 +124,7 @@ set(GraphicsViewBenchmark_resource_files
|
|||||||
"resources/blue_SVG/blue_user_status_online_38x38px.svg"
|
"resources/blue_SVG/blue_user_status_online_38x38px.svg"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark"
|
qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/themes/blue"
|
"/themes/blue"
|
||||||
FILES
|
FILES
|
||||||
@ -213,7 +213,7 @@ set(GraphicsViewBenchmark1_resource_files
|
|||||||
"resources/lime_SVG/lime_user_status_online_24x24px.svg"
|
"resources/lime_SVG/lime_user_status_online_24x24px.svg"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark1"
|
qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark1"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/themes/lime"
|
"/themes/lime"
|
||||||
FILES
|
FILES
|
||||||
@ -322,7 +322,7 @@ set(GraphicsViewBenchmark2_resource_files
|
|||||||
"resources/avatars/avatar_woman_010_58x58.png"
|
"resources/avatars/avatar_woman_010_58x58.png"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark2"
|
qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark2"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/avatars"
|
"/avatars"
|
||||||
FILES
|
FILES
|
||||||
@ -347,7 +347,7 @@ set(GraphicsViewBenchmark3_resource_files
|
|||||||
"resources/contacts/lastnames.txt"
|
"resources/contacts/lastnames.txt"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
|
qt_add_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/contact"
|
"/contact"
|
||||||
FILES
|
FILES
|
||||||
@ -361,7 +361,7 @@ add_qt_resource(tst_GraphicsViewBenchmark "GraphicsViewBenchmark3"
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_GraphicsViewBenchmark CONDITION TARGET Qt::OpenGL
|
qt_extend_target(tst_GraphicsViewBenchmark CONDITION TARGET Qt::OpenGL
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::OpenGL
|
Qt::OpenGL
|
||||||
Qt::OpenGLWidgets
|
Qt::OpenGLWidgets
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qgraphicsanchorlayout Binary:
|
## tst_bench_qgraphicsanchorlayout Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qgraphicsanchorlayout
|
qt_add_benchmark(tst_bench_qgraphicsanchorlayout
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qgraphicsanchorlayout.cpp
|
tst_qgraphicsanchorlayout.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qgraphicsitem Binary:
|
## tst_bench_qgraphicsitem Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qgraphicsitem
|
qt_add_benchmark(tst_bench_qgraphicsitem
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qgraphicsitem.cpp
|
tst_qgraphicsitem.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qgraphicslayout Binary:
|
## tst_bench_qgraphicslayout Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qgraphicslayout
|
qt_add_benchmark(tst_bench_qgraphicslayout
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qgraphicslayout.cpp
|
tst_qgraphicslayout.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qgraphicslinearlayout Binary:
|
## tst_bench_qgraphicslinearlayout Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qgraphicslinearlayout
|
qt_add_benchmark(tst_bench_qgraphicslinearlayout
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qgraphicslinearlayout.cpp
|
tst_qgraphicslinearlayout.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qgraphicsscene Binary:
|
## tst_bench_qgraphicsscene Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qgraphicsscene
|
qt_add_benchmark(tst_bench_qgraphicsscene
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qgraphicsscene.cpp
|
tst_qgraphicsscene.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qgraphicsview Binary:
|
## tst_bench_qgraphicsview Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qgraphicsview
|
qt_add_benchmark(tst_bench_qgraphicsview
|
||||||
SOURCES
|
SOURCES
|
||||||
chiptester/chip.cpp chiptester/chip.h
|
chiptester/chip.cpp chiptester/chip.h
|
||||||
chiptester/chiptester.cpp chiptester/chiptester.h
|
chiptester/chiptester.cpp chiptester/chiptester.h
|
||||||
@ -23,7 +23,7 @@ set(qgraphicsview_resource_files
|
|||||||
"random.data"
|
"random.data"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(tst_bench_qgraphicsview "qgraphicsview"
|
qt_add_resource(tst_bench_qgraphicsview "qgraphicsview"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/"
|
"/"
|
||||||
FILES
|
FILES
|
||||||
@ -33,7 +33,7 @@ set(images_resource_files
|
|||||||
"qt4logo.png"
|
"qt4logo.png"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(tst_bench_qgraphicsview "images"
|
qt_add_resource(tst_bench_qgraphicsview "images"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/"
|
"/"
|
||||||
BASE
|
BASE
|
||||||
@ -49,7 +49,7 @@ add_qt_resource(tst_bench_qgraphicsview "images"
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(tst_bench_qgraphicsview CONDITION TARGET Qt::OpenGL
|
qt_extend_target(tst_bench_qgraphicsview CONDITION TARGET Qt::OpenGL
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::OpenGL
|
Qt::OpenGL
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## chip Binary:
|
## chip Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(chip
|
qt_add_benchmark(chip
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
chip.cpp chip.h
|
chip.cpp chip.h
|
||||||
@ -25,7 +25,7 @@ set(images_resource_files
|
|||||||
"zoomout.png"
|
"zoomout.png"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_qt_resource(chip "images"
|
qt_add_resource(chip "images"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/"
|
"/"
|
||||||
FILES
|
FILES
|
||||||
@ -42,7 +42,7 @@ add_qt_resource(chip "images"
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
extend_target(chip CONDITION TARGET Qt::OpenGL
|
qt_extend_target(chip CONDITION TARGET Qt::OpenGL
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::OpenGL
|
Qt::OpenGL
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## moveItems Binary:
|
## moveItems Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(moveItems
|
qt_add_benchmark(moveItems
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## scrolltest Binary:
|
## scrolltest Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(scrolltest
|
qt_add_benchmark(scrolltest
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qgraphicswidget Binary:
|
## tst_bench_qgraphicswidget Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qgraphicswidget
|
qt_add_benchmark(tst_bench_qgraphicswidget
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qgraphicswidget.cpp
|
tst_qgraphicswidget.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## tst_bench_qheaderview Binary:
|
## tst_bench_qheaderview Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_benchmark(tst_bench_qheaderview
|
qt_add_benchmark(tst_bench_qheaderview
|
||||||
SOURCES
|
SOURCES
|
||||||
qheaderviewbench.cpp
|
qheaderviewbench.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user