有什么办法可以改变系统时间的速度
Is there any way to change the speed of system time
我开发了一个使用系统时间的程序,我需要测试 it.I 我正在使用 windows 10. 有什么方法可以加快系统时间并测试我的程序快点。
感谢您的回答。
如果你的意思是"Is it possible to have my computer treat one seconds as ten seconds?",那么我必须承认这是不可能的。
但是,可以修改您计算机的系统(例如使用命令行命令 time
),因此您可能会执行以下操作:
Have your program do the first thing
Alter the system time of your computer
Have your program do the next thing
Verify the produced results
我开发了一个使用系统时间的程序,我需要测试 it.I 我正在使用 windows 10. 有什么方法可以加快系统时间并测试我的程序快点。 感谢您的回答。
如果你的意思是"Is it possible to have my computer treat one seconds as ten seconds?",那么我必须承认这是不可能的。
但是,可以修改您计算机的系统(例如使用命令行命令 time
),因此您可能会执行以下操作:
Have your program do the first thing
Alter the system time of your computer
Have your program do the next thing
Verify the produced results