I want to create a template function that measures the elapsed time of any other function. What I did until now:
using TimeDuration = std::chrono::nanoseconds; s