aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchTimer.h
Commit message (Collapse)AuthorAge
* Bypass inline asm for non compatible compilers.Gravatar Gael Guennebaud2019-01-23
|
* remove useless includeGravatar Gael Guennebaud2016-04-14
|
* Add helper routines to help bypassing some compiler otpimization when ↵Gravatar Gael Guennebaud2015-10-07
| | | | benchmarking
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* fix a warningGravatar Gael Guennebaud2012-06-07
|
* Add method which returns worst time (and make some methods const).Gravatar Bram de Jong2011-09-26
|
* add support for macosxGravatar Gael Guennebaud2011-09-17
|
* WIN32 isn't defined ?? but _WIN32 is.Gravatar Eamon Nerbonne2011-04-19
|
* 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.