Tagged Questions
1
vote
3answers
1k views
How to detect CPU speed on Windows 64bit?
I've found the following code from here "http://www.boyet.com/Articles/CodeFromInternet.html".
It returns the speed of the CPU in GHz but works only on 32bit Windows.
using System;
using ...
0
votes
0answers
76 views
What are the best .NET performance practices? [closed]
What are the best perfomance CPU/Memory practices for speed?
I have a project (trading platform) http://code.google.com/p/sample-trade/ and i need to process large data in short time?
I have ...
0
votes
1answer
152 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 ...