Tagged Questions

1
vote
9answers
626 views

CPU Utilization

Q1. What are best practices for a writing a code that does not consume CPU but still achieve a great performance? The question is very generic. What I seek over here is to list down different ...
0
votes
0answers
17 views

what can you do with cmd, keyboard and mouse to maximize privileged time & processor time?

What can I do with cmd, keyboard and mouse in order to reach the following:? maximum privileged time maximum processor time The parameters are being monitored with perfmon.exe Thank you!
0
votes
2answers
55 views

Will a larger binary with parts of code that are not executed at the time, affect use of level 2 CPU memory?

It appears that CPUs run significantly faster if their L2 is not filled. Will a programmer be better off to code something that will eventually be smaller in binary, even if parts of that code are not ...
0
votes
1answer
142 views

Minimize the number of cross-core context switches

I was experimenting a lot with application profiling lately (using Visual Studio Performance Wizard). While working with Concurrency indicators, I've noticed the fact that when the application runs ...