Skip to Content
Embedded Programming with Modern C++ Cookbook
book

Embedded Programming with Modern C++ Cookbook

by Igor Viarheichyk
April 2020
Intermediate to advanced
412 pages
9h 58m
English
Packt Publishing
Content preview from Embedded Programming with Modern C++ Cookbook

Configuring CPU frequency

The CPU frequency is an important parameter of the system that determines its performance and its power consumption. The higher the frequency, the more instructions the CPU can perform per second. But it comes with a cost. Higher frequency implies a higher power consumption that, in turn, means more heat that needs to be dissipated to avoid the processor overheating.

Modern processors are able to use different operating frequencies depending on their load. For computationally intense tasks, they use their maximum frequency to achieve the maximum performance, but when the system is mostly idle, they switch to lower frequencies to reduce both the power consumption and thermal impact.

Proper frequency selection is managed ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

C++ System Programming Cookbook

C++ System Programming Cookbook

Onorato Vaticone
C++ Cookbook

C++ Cookbook

D. Ryan Stephens, Christopher Diggins, Jonathan Turkanis, Jeff Cogswell

Publisher Resources

ISBN: 9781838821043Supplemental Content