赞
踩
#pragma once #include <windows.h> class MyTimer { private: LARGE_INTEGER m_clk; // 保存时钟信息 LONGLONG m_oldclk