aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchTimer.h
Commit message (Expand)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 benchma...Gravatar Gael Guennebaud2015-10-07
* 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 <Ei...Gravatar Eamon Nerbonne2010-03-02
* 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
* Added missing typedef (will I ever learn it!?)Gravatar Hauke Heibel2009-12-01
* properly implement BenchTimer on POSIXGravatar Benoit Jacob2009-10-29
* 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
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * updated benchmark files according to recent renamingsGravatar Gael Guennebaud2008-07-27
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* * basic support for multicore CPU via a .evalOMP() whichGravatar Gael Guennebaud2008-03-09