1
vote
4answers
52 views
CPU running time of a portion of code
Hi
I would like to know the CPU time used by a portion of code.( I am aware of the time command in linux, but that would give me the running time of the complete program, not a p …
0
votes
5answers
44 views
Using Java to retrieve the CPU Usage for Window’s Processes
Hello all,
I am looking for a Java solution to finding the CPU usage for a running process in Windows. After looking around the web, there seems to be little information on a solu …
1
vote
5answers
147 views
CPU cache flush
I am interested in forcing a CPU cache flush in Windows (for benchmarking reasons, I want to emulate starting with no data in cpu cache), preferably a basic C implementation or win …
0
votes
4answers
98 views
Django development server CPU intensive - how to analyse?
Hi folks,
I'm noticing that my django development server (version 1.1.1) on my local windows7 machine is using a lot of CPU (~30%, according to task manager's python.exe entry), e …
0
votes
2answers
36 views
Using cpulimit from within PHP
I have a script that's scheduled to run periodically on a customers production server to import some data from their FTP server. This needs to run as scheduled, even during the da …
0
votes
3answers
77 views
Will the comparison of two float numbers consume more CPU time than two ints?
Will the comparison of two float numbers consume more CPU time than two ints?
5
votes
10answers
129 views
Diagnosing runaway CPU in a .Net production application
Does anyone know of a tool that can help me figure out why we are seeing runaway CPU in a managed app?
What I am not looking for:
Process explorer, it has this awesome feature …
6
votes
6answers
142 views
Optimal number of threads per core
Let's say I have a 4-core CPU, and I want to run some process in the minimum amount of time. The process is ideally parallelizable, so I can run chunks of it on an infinite number …
3
votes
8answers
161 views
How to speed up Visual Studio 2008? Add more resources?
Hello,
I'm using Visual Studio 2008 (with the latest service pack)
I also have ReSharper 4.5 installed.
ReSharper Code analysis/ scan is turned off.
OS: Windows 7 Enterprise Editi …
2
votes
4answers
151 views
How to retrieve cpu usage per process
Hi All,
There is a PerformanceCounter in .net platform, which can retrieve the cpu usage of every single process.
Is there any similar solution in delphi?
Note that the names o …
0
votes
0answers
54 views
Aspnet_wp at 100% cpu, but what website? [closed]
I have a problem on one webserver (IIS6) where aspnet_wp is using 100% cpu. There are several websites on this server. But how do I tell what website is causing the problem? The si …
3
votes
2answers
130 views
Multiple threads and memory
I read in the Visual C++ documentation that it is safe for multiple threads to read from the same object.
My question is: how does a X86-64 CPU with multiple cores handle this?
S …
2
votes
2answers
65 views
CPUID implementations in C++
Hi,
I would like to know if somebody around here has some good examples of a C++ CPUID implementation that can be referenced from any of the managed .net languages.
Also, should …
1
vote
4answers
88 views
Debugging high cpu usage
So I have an issue on our production environment where 2 threads have been running for like 9 hours and 5 hours and they are causing the cpu usage to stay around 99%
I've included …
0
votes
1answer
48 views
Mysql process uses more than 100% CPU usage and neat about 1 GB of memory
Hi All,
I am running mysql server on the server's which has following specifications -
Dual Xeon Quad Core 2.0, 2048MB RAM, 1x 160gig SATA
Fedora Core + SSH
But mysql process f …
