减慢计算机速度以调试间歇性缺陷
有没有办法减慢我的开发计算机的速度,以尝试复制仅在慢速计算机上间歇性发生的缺陷?
(就其价值而言,Ableton Live 具有 CPU 使用模拟功能,但我从未见过调试器有这样的功能。)
Is there a way to slow down my development computer to try to replicate a defect that only occurs intermittently on a slow machine?
(For what it's worth, Ableton Live has a CPU usage simulation feature, but I've never seen something like this for debuggers.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此工具提供了不错的CPU压力能力。 我想这就是你所说的“慢下来”的意思。 :)
This tool provides a decent CPU stress capability. I assume that's what you mean by "slow down". :)
这是来自Prime95的压力测试文档。
This is from the stress testing documentation for Prime95.
这是一个老问题,但我还建议使用 VMWare Workstation。 您可以为虚拟机分配更多或更少的资源,并且可以记录/回放机器的执行情况,这样您就可以捕获行为中的错误,然后在闲暇时逐步执行它。
An old question, but I'd also suggest using VMWare Workstation. You can allocate more or less resources to virtual machines, and you can record/playback the execution of the machine, so you can catch the bug in the act and then step through it at your leisure.