怎样在vc++6.0中测量一个程序的运行时间

2024-11-15 15:25:40
推荐回答(2个)
回答(1):

怎样在vc++6.0中测量一个程序的运行时间
额不是VB是VC,我错了,改过 start = GetCycleCount(); 在要获取运行时间的地方取 GetCycleCount() - start 就是运行时间

回答(2):

额不是VB是VC,我错了,改过
start = GetCycleCount();
在要获取运行时间的地方取 GetCycleCount() - start 就是运行时间