Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add method which returns worst time (and make some methods const). | Bram de Jong | 2011-09-26 |
| | |||
* | add support for macosx | Gael Guennebaud | 2011-09-17 |
| | |||
* | WIN32 isn't defined ?? but _WIN32 is. | Eamon Nerbonne | 2011-04-19 |
| | |||
* | email change | Gael Guennebaud | 2010-06-24 |
| | |||
* | make BenchTimer compatible with 2.0 branch | Gael Guennebaud | 2010-06-01 |
| | |||
* | clean #defined tokens, and use clock_gettime for the real time | Gael Guennebaud | 2010-03-03 |
| | |||
* | BenchTimer: avoid warning about symbol redefinition on win32, and include ↵ | Eamon Nerbonne | 2010-03-02 |
| | | | | <Eigen/Core> (required to compile) | ||
* | ups | Hauke Heibel | 2010-02-22 |
| | |||
* | Added getRealTime() for windows. | Hauke Heibel | 2010-02-22 |
| | |||
* | extend the bench timer to allow benchmarking of parallel code, | Gael Guennebaud | 2010-02-22 |
| | | | | improvements are welcome | ||
* | Added missing typedef (will I ever learn it!?) | Hauke Heibel | 2009-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 POSIX | Benoit Jacob | 2009-10-29 |
| | | | | (may require a platform check for the clock name on non-linux platforms) | ||
* | Added Windows support to the BenchTimer. | Hauke Heibel | 2009-10-20 |
| | |||
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
| | | | | it never made very precise sense. but now does it still make any? | ||
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
| | |||
* | * updated benchmark files according to recent renamings | Gael Guennebaud | 2008-07-27 |
| | | | | * various improvements in BTL including trisolver and cholesky bench | ||
* | some documentation fixes (Cwise* and Cholesky) | Gael Guennebaud | 2008-05-22 |
| | |||
* | * basic support for multicore CPU via a .evalOMP() which | Gael Guennebaud | 2008-03-09 |
internaly uses OpenMP if enabled at compile time. * added a bench/ folder with a couple benchmarks and benchmark tools. |