index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
BenchTimer.h
Commit message (
Expand
)
Author
Age
*
Bypass inline asm for non compatible compilers.
Gael Guennebaud
2019-01-23
*
remove useless include
Gael Guennebaud
2016-04-14
*
Add helper routines to help bypassing some compiler otpimization when benchma...
Gael Guennebaud
2015-10-07
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix a warning
Gael Guennebaud
2012-06-07
*
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 <Ei...
Eamon Nerbonne
2010-03-02
*
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
*
Added missing typedef (will I ever learn it!?)
Hauke Heibel
2009-12-01
*
properly implement BenchTimer on POSIX
Benoit Jacob
2009-10-29
*
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
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* updated benchmark files according to recent renamings
Gael Guennebaud
2008-07-27
*
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