wxWidgets/tests/benchmarks
2008-11-22 14:34:04 +00:00
..
htmlparser no changes, just a typo 2008-08-26 16:43:45 +00:00
bench.bkl add a simple benchmark for wx and iconv converters benchmarking 2008-10-17 12:24:24 +00:00
bench.cpp allow specifying initialization and cleanup functions for benchmarks 2008-10-16 12:34:47 +00:00
bench.dsp add a simple benchmark for wx and iconv converters benchmarking 2008-10-17 12:24:24 +00:00
bench.dsw add very simple (but already exposing many problems) wxIPC benchmark 2008-10-16 12:35:03 +00:00
bench.h allow specifying initialization and cleanup functions for benchmarks 2008-10-16 12:34:47 +00:00
bench.sln Rebake after bakefile changes. 2008-09-20 23:59:10 +00:00
bench.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
graphics.cpp added a simple benchmark for wxDC::DrawLine() performance 2008-04-13 01:30:14 +00:00
htmltest.html added wxString benchmark using 2.8's HTML parser 2008-08-13 15:48:09 +00:00
ipcclient.cpp use TCP for this benchmark under Windows too (and not DDE) 2008-11-22 14:34:04 +00:00
makefile.bcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.gcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
Makefile.in rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.vc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.wat rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
mbconv.cpp add a simple benchmark for wx and iconv converters benchmarking 2008-10-17 12:24:24 +00:00
printfbench.cpp update infos about profiling under linux (callgrind utility has been merged with valgrind) 2008-03-23 18:08:16 +00:00
strings.cpp make the default value of numeric parameter 0, not 1, to make testing for it more natural; also allow passing string parameter to the benchmarks 2008-10-13 22:25:51 +00:00
tls.cpp chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff 2008-08-29 23:28:42 +00:00