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

Function bench

bench/geometry.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89template<typename Transformation>
90EIGEN_DONT_INLINE void bench(const std::string& msg, const Transformation& t)
91{
92 cout << msg << " ";
93 bench_impl<Transformation,SIZE>::run(t);
94 std::cout << "\n";
95}
96
97int main(int argc, char ** argv)
98{

Callers 1

mainFunction · 0.70

Calls 1

runFunction · 0.50

Tested by

no test coverage detected