6
votes
5answers
620 views
How to get the cpu usage per thread on windows (win32)
Looking for Win32 API functions, C++ or Delphi sample code that tells me the CPU usage (percent and/or total CPU time) of a thread (not the total for a process). I have the thread …
2
votes
8answers
370 views
Why does my Python program average only 33% CPU per process? How can I make Python use all available CPU?
I use Python 2.5.4. My computer: CPU AMD Phenom X3 720BE, Mainboard 780G, 4GB RAM, Windows 7 32 bit.
I use Python threading but can not make every python.exe process consume 100% …
0
votes
4answers
76 views
Measure a process CPU and RAM usage
Hi,
I've found various ways to track down CPU's and RAM's usage from within a process, in C#. I'd like to obtain those infos for an external program (like providing its PID).
Is t …
0
votes
1answer
12 views
Microsoft SQL 2005 active cluster node has 100% CPU load after clustering
Before moving to the SQL Server 2005 cluster we had on avarage 60% CPU load. After moving to active/passive cluster (with the exactly same hardware), the load on active node CPU is …
1
vote
7answers
126 views
Profile CPU usage in Java on a Mac
I'm looking for a way to measure the cpu usage for different methods in my java code. I understand that this can be achieved using JNI and C, but I wouldn't know where to start... …
0
votes
0answers
21 views
MPSTAT show cpu usage average only during an application’s execution
I want to know how much my application uses CPU time of each core while executing as well as the length of time it takes for program to end. for the latter I use linux "time" comma …
0
votes
0answers
52 views
Low Cpu Usage in MySQL [closed]
I have one dedicated server on Amazon EC2, running mysql5 in a custom ami based on alestic debian lenny, in a small instance.
Small Instance (default)*
1.7 GB memory
1 EC2 Comput …
2
votes
0answers
187 views
How can computer clouds charge me for CPU usage? [closed]
I’m considering moving my blog to either MS Azure or Google App Engine, using either an ASP.NET or Python blogging engine, but I can’t understand how they will charge me for CPU us …
0
votes
2answers
57 views
Silverlight MultiScaleImage control bug and CPU usage
How to use animation and MultiScaleImage control on the same UserControl?
What I have found that if you place a MultiScaleImage and animation on the same UserControl, you always ge …
0
votes
0answers
6 views
changing governors for C and P states
How do you change the governor from Ondemand to powersave(say) for P-states ?
How do we do the same thing for C-states ?
0
votes
1answer
21 views
OSPM - power management in OS
How does one increase or decrease the frequency scaling factor , or turn off frequecy scaling ?
how to turn ON or OFF cpuidle state ?
how to switch between tickless and non-tickle …
7
votes
4answers
232 views
Maximize CPU Usage
How do I maximize the CPU usage for my application? I tried setting it to "Real-time" in the Task Manager, but there was no noticeable improvement - it's stuck at 50%.
I'm working …
3
votes
5answers
1k views
Flash / Actionscript CPU profiler
Have you found such a tool and used it successfully?
4
votes
7answers
728 views
How can I programmatically limit my program’s CPU usage to below 70%?
Of late, I'm becoming more health oriented when constructing my program, I have observed that most of programs take 2 or 3 minutes to execute and when I check on the task scheduler …
3
votes
4answers
941 views
jQuery animate() and browser performance.
I've got some elements that I'm moving across the page very slowly. Essentially, I'm decreasing the left margin of two images over a span of 40 seconds or so.
Visually, it's work …
