aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchTimer.h
Commit message (Collapse)AuthorAge
* email changeGravatar Gael Guennebaud2010-06-24
|
* make BenchTimer compatible with 2.0 branchGravatar Gael Guennebaud2010-06-01
|
* clean #defined tokens, and use clock_gettime for the real timeGravatar Gael Guennebaud2010-03-03
|
* BenchTimer: avoid warning about symbol redefinition on win32, and include ↵Gravatar Eamon Nerbonne2010-03-02
| | | | <Eigen/Core> (required to compile)
* upsGravatar Hauke Heibel2010-02-22
|
* Added getRealTime() for windows.Gravatar Hauke Heibel2010-02-22
|
* extend the bench timer to allow benchmarking of parallel code,Gravatar Gael Guennebaud2010-02-22
| | | | improvements are welcome
* Added missing typedef (will I ever learn it!?)Gravatar Hauke Heibel2009-12-01
| | | | | Removed unsupported directories that do not provide CMakeList.txt (CMake 2.8 warning). The BenchTimer is now also working on Cygwin.
* properly implement BenchTimer on POSIXGravatar Benoit Jacob2009-10-29
| | | | (may require a platform check for the clock name on non-linux platforms)
* Added Windows support to the BenchTimer.Gravatar Hauke Heibel2009-10-20
|
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* Update e-mail addressGravatar Benoit Jacob2008-11-24
|
* * updated benchmark files according to recent renamingsGravatar Gael Guennebaud2008-07-27
| | | | * various improvements in BTL including trisolver and cholesky bench
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
|
* * basic support for multicore CPU via a .evalOMP() whichGravatar Gael Guennebaud2008-03-09
internaly uses OpenMP if enabled at compile time. * added a bench/ folder with a couple benchmarks and benchmark tools.