方法1 timestamp类 方法2 MFC中使用 long t1 = GetTickCount(); // //程序段 // long t2 = GetTickCount() - t1; cout << "运行时间:" << t2 << endl;