wxWidgets/tests/benchmarks
Vadim Zeitlin 8ece421c6c rebaked makefiles with 0.2.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-08 15:44:49 +00:00
..
htmlparser no changes, just a typo 2008-08-26 16:43:45 +00:00
bench.bkl added wxString benchmark using 2.8's HTML parser 2008-08-13 15:48:09 +00:00
bench.cpp add the possibility to pass numeric parameters to benchmark functions 2008-08-28 17:14:39 +00:00
bench.dsp rebake 2008-09-04 07:57:32 +00:00
bench.dsw added a simple benchmarking suite 2008-07-26 23:07:05 +00:00
bench.h add the possibility to pass numeric parameters to benchmark functions 2008-08-28 17:14:39 +00:00
bench.sln Rebake after bakefile changes. 2008-09-20 23:59:10 +00:00
bench.vcproj rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +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
makefile.bcc rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
makefile.gcc rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
Makefile.in rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
makefile.vc rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +00:00
makefile.wat rebaked makefiles with 0.2.4 2008-10-08 15:44:49 +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 length of string proportional to the parameter to study test time dependency on it 2008-08-29 13:56:03 +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