wxWidgets/tests/benchmarks
Vadim Zeitlin bfeae1922d Minor optimizations in GetMultiLineTextExtent()
Handle the case of a single line string specially, it's faster to do
this than use slow loop over all characters.

Also avoid constructing the string with the characters to measure one by
one and do it all at once instead.

Add a possibility to benchmark GetMultiLineTextExtent() rather than
GetTextExtent() in the graphics benchmark.
2020-06-10 23:41:24 +02:00
..
htmlparser Fix wxHTML benchmarks compilation 2018-09-30 00:32:21 +02:00
bench_vc7_bench_graphics.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc7_bench_gui.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc7_bench.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc7.sln Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
bench_vc8_bench_graphics.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc8_bench_gui.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc8_bench.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc8.sln Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
bench_vc9_bench_graphics.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc9_bench_gui.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc9_bench.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
bench_vc9.sln Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
bench.bkl Add a simple benchmark of wxDisplaySize() and related functions 2018-09-30 00:38:27 +02:00
bench.cpp
bench.h
datetime.cpp
display.cpp Add a simple benchmark of wxDisplaySize() and related functions 2018-09-30 00:38:27 +02:00
graphics.cpp Minor optimizations in GetMultiLineTextExtent() 2020-06-10 23:41:24 +02:00
htmltest.html
image.cpp Fix building benchmarks with wxUSE_LIBTIFF == 0 2019-10-18 19:22:45 +02:00
ipcclient.cpp
log.cpp
makefile.bcc Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.gcc Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
Makefile.in Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
mbconv.cpp
printfbench.cpp
strings.cpp
tls.cpp