21 std::chrono::nanoseconds begin_ns(begin);
22 std::chrono::nanoseconds end_ns(end);
25 std::chrono::time_point<std::chrono::high_resolution_clock> tp_begin_ns(begin_ns);
28 std::chrono::time_point<std::chrono::high_resolution_clock> tp_end_ns(end_ns);
30 Mantid::Instrumentation::AlgoTimeRegister::Instance().addTime(
name, tp_begin_ns, tp_end_ns);