Tagged Questions
The cpu-speed tag has no wiki summary.
14
votes
14answers
2k views
Exactly how “fast” are modern CPUs?
When I used to program embedded systems and early 8/16-bit PCs (6502, 68K, 8086) I had a pretty good handle on exacly how long (in nanoseconds or microseconds) each instruction took to execute. ...
11
votes
4answers
238 views
Finding out the CPU clock frequency (per core, per processor)
Programs like CPUz are very good at giving in depth information about the system (bus speed, memory timings, etc.)
However, is there a programmatic way of calculating the per core (and per processor, ...
10
votes
4answers
496 views
Measure CPU speed by counting assembly instructions
Edit: My original example had a silly mistake. After fixing it I still get weird results, though.
In my naive attempt to measure my CPU speed the "brute-force" way, I made the program below:
...
9
votes
1answer
7k views
Android game loop, how to control speed and frame rate
I've written a game for Android, and I've tested it on the Dev Phone 1. It works perfectly, the speed is just right. However, I'm sure phone CPU's are getting faster. They may already be faster ...
8
votes
1answer
182 views
How has CPU architecture evolution affected virtual function call performance?
Years ago I was learning about x86 assembler, CPU pipelining, cache misses, branch prediction, and all that jazz.
It was a tale of two halves. I read about all the wonderful advantages of the lengthy ...
7
votes
3answers
4k views
How to detect android cpu speed?
I would like to detect how fast is the device on with my Android application is running?
Is there any API to do it on Android? Or do I have to benchmark it by myself?
If the device has got slow CPU ...
7
votes
26answers
760 views
Will optimizing code become unnecessary?
If Moore's Law holds true, and CPUs/GPUs become increasingly fast, will software (and, by association, you software developers) still push the boundaries to the extent that you still need to optimize ...
6
votes
10answers
2k views
Is the inequality operator faster than the equality operator?
I know this is a micro-optimization, so I ask out of pure curiosity.
Logically, a microprocessor does not need to compare all the bits of both operands of an inequality operator in order to ...
3
votes
4answers
79 views
Would writing HTML with PHP's echo vs writing plain HTML cause any differences in performance?
Which is better in terms of CPU optimization for a web server? Writing plain HTML and inserting PHP code here and there?
<script ...
3
votes
3answers
254 views
How to keep CPU from 'sleeping' when screen is turned off in Android?
I have an application in which I am sending network data over WiFI. Everything is fine until I turn the display off or the device goes to 'sleep'. I'm already locking the WiFi however, it seems to be ...
3
votes
9answers
319 views
Run my application in a simulated low memory, slow CPU environment
I want to stress-test my application this way, because it seems to be failing in some very old client machines.
At first I read a bit about QEmu and thought about hardware emulation, but it seems a ...
3
votes
6answers
2k views
Can we benchmark how fast CUDA or OpenCL is compared to CPU performance?
How much faster can an algorithm on CUDA or OpenCL code run compared to a general single processor core? (considering the algorithm is written and optimized for both the CPU and GPU target).
I know ...
2
votes
0answers
42 views
Speed Up Csv Import Of PrestaShop
i am running PrestaShop on Apache Server and i am trying to import near 3,000 products through the csv import tool, but it takes almost 8-9 hours. Is there a way to change the settings of Apache or ...
2
votes
1answer
100 views
I need to call accurate CPU usage of a single process
The Trick is I also need to be able to do it on multi core machines. My education in C# is a tad broken. I have managed the following code. Can anyone help me out? Iv tried using the "_Total" flag and ...
2
votes
4answers
236 views
Machine code alignment
I am trying to understand the principles of machine code alignment. I have an assembler implementation which can generate machine code in run-time. I use 16-bytes alignment on every branch ...
2
votes
5answers
348 views
Difference between word size and clock speed?
I've no idea whether my question is relevant or not.But what i wanted to know is,how both of this affect the cpu performance??The only thing i know for CPU with same architecture,the higher the clock ...
2
votes
5answers
498 views
Comparing CPU speed likely improvements for business hardware upgrade justification
I have c# Console app, Monte Carlo simulation entirely CPU bound, execution time is inversely proportional to the number of dedicated threads/cores available (I keep a 1:1 ratio between ...
1
vote
0answers
24 views
How to change PC clock speed for individual programs? [migrated]
We have some older programs (no source code anymore) that run too fast on CPUs with faster clock speeds. I'm guessing that they were written using software delays ('X' number of CPU instructions per ...
1
vote
1answer
127 views
Clock Speed what does it mean? [closed]
lets say i have a dual core having a speed of 2.7. Does the 2.7 stands for the sum of the speed of each core, or the speed of each individual core?
1
vote
3answers
146 views
retrieving cpu speed and remove } from output
I'm trying to get cpu speed.
This is what I've done so far
$cpu = [string](get-wmiobject Win32_Processor | select name)
$($cpu.split("@")[-1]).trim()
and my output is
2.40GHz}
How can I remove ...
1
vote
4answers
3k views
How do I get CPU Clock Speed in C++ (Linux)?
How can I get the CPU clock speed in C++?
I am running Ubuntu 9.10 if that makes any difference.
1
vote
1answer
602 views
Using Python (Bash?) to get OS-level system information (CPU Speed)
I want to repeat this question using python. Reason is I have access to 10 nodes in a cluster and each node is not identical. They range in performance and I want to find which is the best computer to ...
1
vote
9answers
625 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 ...
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
2answers
121 views
measure time for popcount function in c++
i am interested how to put it in loop so that get real time which is taken by cpu to execute each different operation
#include<iostream>
#include<cstdlib>
#include<time.h>
using ...
0
votes
0answers
16 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
226 views
CPU Clock Speed & Clock Period Relation
In this slide, things looks a little off to me. Clock cycle time or clock period, is already time required per clock cycle. Question is, does the word Clock Rate makes sense?
It also says, Hardware ...
0
votes
0answers
182 views
How to compute the theoretical peak performance of CPU
all
Here is my cat /proc/cpuinfo output:
...
processor : 15
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU ...
0
votes
1answer
60 views
MS-Windows scheduler control (or otherwise) — test application performance on slower CPU?
Is there some tool which allows one to control the MS-Windows (XP-SP3 32-bit in my case) scheduler, s.t. a target application (which I'd like to test), operates as if it is running on a slower CPU. ...
0
votes
0answers
73 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
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
2answers
544 views
How to Disable Dynamic Frequency Scaling?
I would like to do some microbenchmarks, and try to do them right. Unfortunately dynamic frequency scaling makes benchmarking highly unreliable.
Is there a way to programmatically (C++, Windows) find ...
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 ...
0
votes
2answers
211 views
Can increment of a register be used to determine the clock rate?
Can increment of a register (in a loop) be used to determine the (effective) clock rate?
I've naturally assumed it can, but I was commented that Cpu's may implant Super-scalar techniques that make ...
-1
votes
3answers
213 views
Does quad-core perform substantially better than a dual-core for web development?
First, I could not ask this on most hardware forums, because they are mostly populated by
gamers. Additionally, it is difficult to get an opinion from sysadmins, because they have a fairly different ...