#include namespace Light { Timer::Timer(): m_start(std::chrono::steady_clock::now()) { } } // namespace Light