MCPcopy Create free account
hub / github.com/PX4/eigen / value

Method value

bench/BenchTimer.h:100–103  ·  view source on GitHub ↗

Return the elapsed time in seconds between the last start/stop pair */

Source from the content-addressed store, hash-verified

98 /** Return the elapsed time in seconds between the last start/stop pair
99 */
100 inline double value(int TIMER = CPU_TIMER) const
101 {
102 return m_times[TIMER];
103 }
104
105 /** Return the best elapsed time in seconds
106 */

Callers 15

EIGEN_BLAS_FUNC(gbmv)Function · 0.45
EIGEN_BLAS_FUNC(tbmv)Function · 0.45
homogeneousFunction · 0.45
sparse_vectorFunction · 0.45
sparse_basicFunction · 0.45
mixingtypesFunction · 0.45
benchBasicFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
eiToDenseFunction · 0.45
eiToGmmFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36