Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Chrome 上运行的低规格系统上模拟应用程序的感觉。是否可以限制 CPU 并限制资源?
CPU 节流在 Chrome stable 中的 Performance DevTools 设置下可用。
开发工具 > 性能选项卡 > 设置(齿轮图标)> CPU
Chrome 引入了 CPU 节流(截至 2016 年 1 月 22 日,它在金丝雀频道中。更新:现在在最新的 Chrome 中可用,在 v54.0 中检查)。
转到 DevTools -> Timeline 并从下拉列表中选择。
这取决于您的平台和可用的工具。通常,您可以在 BIOS 设置中设置 CPU 时钟。您还可以在操作系统中使用 CPU 时钟管理软件工具来进行更动态的控制。
您还可以在 Chrome 的开发工具中模拟网络数据节流。如果启用设备仿真模式,则网络限制选项变为可用。