摘要: class Timer { private: std::chrono::time_point<std::chrono::high_resolution_clock>m_StartTimepoint; public: Timer() { m_StartTimepoint = std::chrono:: 阅读全文
posted @ 2023-10-18 21:03 iu本u 阅读(35) 评论(0) 推荐(0)