Small collection of cpp-util sideprojects.
Header-only timekeeping library that allows to measure the time spend in functions in milliseconds. Provides a generic function wrapper that provides the timekeeping functionality. An usage example is provided in timer_example.cpp.