Platform-independent runtime measurements of functors. More...
#include <timer.hxx>
Public Types | |
typedef FUNCTOR | Functor |
Public Member Functions | |
Timing (Functor, const size_t=1) | |
const std::vector< double > & | times () const |
Platform-independent runtime measurements of functors.
Definition at line 63 of file timer.hxx.
typedef FUNCTOR opengm::Timing< FUNCTOR >::Functor |
opengm::Timing< FUNCTOR >::Timing | ( | Functor | functor, | |
const size_t | repetitions = 1 | |||
) | [inline] |
const std::vector< double > & opengm::Timing< FUNCTOR >::times | ( | ) | const [inline] |