timing.hpp

A collection of tools to help measure timing of code.

Note

Status: BETA

Functions

static inline double TimeFun(std::function<void()> test_fun)

A function timer that takes a functor an identifies how long it takes to complete when run.