Question

I am trying to emulate the feel of an application on lower spec systems, running on Chrome. Is it possible throttle the CPU and put limitations on resources?

Was it helpful?

Solution 2

Chrome has introduced CPU throttling (it's in canary channel as of 22 Jan, 2016. Update: now available in latest Chrome, checked in v54.0).

Goto DevTools -> Timeline and select from dropdown.

Chrome CPU Throttling

OTHER TIPS

CPU throttling is available in Chrome stable under the Performance DevTools settings.

DevTools > Performance Tab > Settings (gear icon) > CPU

Chrome DevTools Performance CPU Throttling

That depends on your platform and available tools at your disposal. Usually, you are able to set CPU clock in your BIOS settings. There may also be CPU clock management software tools that you could use within your OS for more dynamic control.

You can also emulate network data throttling in Chrome's Dev Tools. If you enable device emulation mode, the network throttling option becomes available.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top