Articles Tagged “Performance”
4 articles tagged “Performance”, newest first.
-
A Windows App Developer's Primer on CPU Settings: Priority, Affinity, and P-cores/E-cores
How CPU priority, affinity, P-cores/E-cores, and power settings interact to shape Windows app performance — covers EcoQoS, with C# samples on GitHub.
-
What Is Windows Efficiency Mode? - The Green Leaf Icon and How to Turn It Off
What Efficiency mode and the green leaf icon mean in Windows 11 Task Manager, how to turn it off, how to minimize it across all processes with power mode or ...
-
How to Fairly Compare the Execution Speed of C#, C++, Java, and Go
How to fairly compare the execution speed of C#, C++, Java, and Go, covering measurement design, warm-up, environment pinning, how to read the statistics, an...
-
How to Correctly Compare the Speed of Different Program Versions on Windows
A reproducible procedure for comparing program versions on Windows, covering power mode, power plan, thermals, background noise, measurement metrics, and ETW...