#pragma once #include #include namespace ChronoWrapper { std::chrono::high_resolution_clock::duration TimeFromStringWithLiteral(const std::string& time_str); }