The central processing unit, or "processor". The thing that'll eventually *execute* all that code you're writing.

learn more… | top users | synonyms

0
votes
1answer
16 views

how does an interrupt put CPU into the required privilege level?

I'm not quite understanding one sentence from WIKI about the System Call "The operating system executes at the highest level of privilege, and allows applications to request services via system calls, ...
1
vote
1answer
43 views

Control fan speed (CPU)

I would like to control the CPU fan completely. Stop it, start it.. do anything. I know there are applications that can do it so I was wondering if you know of any APIs that could be implemented as I ...
1
vote
1answer
78 views

analysis of cpu cache access time

I have the following program which I with the help of someother on stackoverflow wrote to understand cachelines and CPU caches.I have the result of the calculation posted below. 1 450.0 ...
-2
votes
0answers
18 views

How to know is cpu serial number unique? [closed]

I have a question. Please Say to me that "is Cpu serial number unique of world or no?" Because I want Make Copy Protection of my Software . But I dont know is Cpu Number is Unique Or No , Please ...
1
vote
6answers
45 views

How does a machine determine what is displayed on a screen (6502 specifically)? [closed]

I know this is an incredibly vague question, and it might not be a good question for programmers, since this is really a hardware related thing, but I guess some assembly/machinecode comes into play ...
-1
votes
0answers
33 views

mysql high usage of processor [closed]

We recently created an application for android that connected to a webservice that is on our virtual server. this app is a Q&A app that people can register, ask their questions and get their ...
0
votes
0answers
18 views

How does a bus channel release control back to the cpu? [closed]

Say we have a bus that is connected to Modem/Serial/Fax and that bus is at control at the moment. how does it release the control back to the cpu..? cant find the answer. thanks!
0
votes
1answer
39 views

OpenCL + OpenGL to reduce data transfer between CPU & GPU

I was going through this article http://www.dyn-lab.com/articles/cl-gl.html Now , if OpenCl kernel objects have whole memory R/W access & OpenGL can access data in memory witout CPU-GPU ...
1
vote
1answer
44 views

Android AdMob uses cpu in the background

I have build an android app, that is using the Google AdMob advertising framework. I am testing on a Samsung Galaxy S2 with Android 2.3.3 and AdMob 6.4.1. Recently I experienced, that some kind of ...
0
votes
1answer
28 views

How does Kernel protect Mode Bits (PSW) from being modified by User Program?

I understand that the CPU distinguishes Kernel Mode and User Mode based on the Program Status Word, but suppose that a User Program was attempting to gain unauthorised access to invoke system calls by ...
0
votes
1answer
16 views

Eclipse keeps becoming unresponsive and using 100% CPU

Eclipse keeps becoming unresponsive and using 100% CPU for a few minutes whenever I try to do anything in it with the ADT plugin installed. I increased memory in the eclipse.ini file but it still ...
0
votes
0answers
8 views

Driver mount.ntfs-3g is using way to much cpu [migrated]

ATM I'm downloading a movie with deluge which is 12GB big. This is a single .mkv file but the weird thing is that when I download this and I use NTFS-3G to mount my USB to debian it uses 99% of my ...
0
votes
2answers
31 views

Why CPU instruction Executed in RAM?

Why CPU executes Instructions in RAM and load programs into RAM before executing them instead of directly executing them on hard-disk.
1
vote
1answer
109 views

Getting the number of CPU cores using only C standard library? [closed]

I was asked this during an interview, and I wasn't able to come up with an answer. The idea is to write a program using only the C standard library, and find out how many CPU cores the box has. The ...
1
vote
2answers
33 views

Android Traceview - It holds the Answers to my Unresponsive App… I think

Yesterday, I spent 12 hours becoming a student of Traceview. I didn't even know it existed (hangs head in shame) previous to this. Now that I've overcome the absolute shock of the data it produces, I ...
0
votes
0answers
16 views

Effect of imporving hardware in simple byte encryption

I am using the follwing code to encrypt a byte array of 32 byte, and using a key of 16 byte length byte[] encryptedByteArray; Cipher eCipher=Cipher.getInstance("AES"); ...
0
votes
1answer
50 views

Python system resources enumeration

I'm trying to get system information. I have to avoid installing third-party packages and libraries or modules that require the latest version of python to run. This is still in early dev and ...
1
vote
1answer
41 views

Thrust: How to directly control where an algorithm invocation executes?

The following code has no information that may lead it to run at CPU or GPU. I wonder where is the "reduce" operation executed? #include <thrust/iterator/counting_iterator.h> ... // create ...
1
vote
2answers
36 views

Python: need to use bash one-liner

I'm trying to write a script to help my company with some of our investigations. I can't install any extra packages on the systems and I need to be able to get the current processor load total in ...
-1
votes
3answers
87 views

Is summing faster than multiplying? [closed]

I wonder whether a sum is faster than a product on recent CPUS. Computing a sum is mathematically easier but there might are optimizations to speed up multiplying in the processor; I don't know. In ...
0
votes
1answer
18 views

Audit logout - high CPU Utilization

Why is Audit Logout taking very high CPU(13K reading on profiler). At this period the whole servers max out on CPU(100%) for like 5 minutes. I need to understand why this is with Audit Logout
0
votes
1answer
42 views

How to monitor a process in Linux CPU, Memory and time

Please, how can benchmark a process in Linux? I need something like "top" and "time" put together for a particular process name (it is a multiprocess program so many PIDS will be given)? Moreover I ...
0
votes
0answers
24 views

Read current CPU frequency

I try to read the current cpu frequency. After some research i've found the following code: public String ReadCPUMhz2() throws IOException { String[] args = {"/system/bin/cat", ...
0
votes
0answers
20 views

How to get cpu ticks per second in nodejs

I was trying to get the percentage of CPU usage by nodejs app, I found the below: http://stackoverflow.com/a/7774034/696184, here it is mentioned, 10000 ticks per second, but in my linux system, it ...
1
vote
1answer
21 views

Profiler results are confusing

Here is a picture of CPU monitoring provided by VisualVm profiler. I'm confused because I can't understand what does percentage means?As you can see for CPU the number is 24,1 of what?overall cpu ...
0
votes
2answers
49 views

C# Reduce CPU Usage - Network Bandwidth Script

Just getting into C# programming so please bare with me :) I'm writing this class to monitor the bandwidth passing through all of the network interfaces. Although this whole thing works wonderfully, ...
1
vote
1answer
54 views

Advanced Java profiling

Our company is currently looking for a Java profiler. We got an offer from Compuware (dynaTrace product) which is capable of giving this kind of output for CPU profiling (example): (ok, I cannot post ...
0
votes
0answers
45 views

Utilising 100% of database resources [closed]

How do i Utilise 100% of the following resources available to the SQL server instance using only SQL? CPU (All Cores/Threads) DISK (Read/writes) RAM My own attempts didn't work as SQL server will ...
0
votes
1answer
25 views

Cpu cores per IIS website (process)

I've heard that only 1 cpu core can be used per asp.net 4.0 website in IIS 7. Using more cpu cores means entering webfarm territory (as a result session management should be done respectively). But I ...
1
vote
0answers
44 views

linux CPU cache slowdown

We're getting overnight lockups on our embedded (Arm) linux product but are having trouble pinning it down. It usually takes 12-16 hours from power on for the problem to manifest itself. I've ...
0
votes
1answer
81 views

Advantages and disadvantages of CAS programming

Can anyone give me a summary of the advantages and disadvantages of Compare And Swap programming ? (e.g. multi-core CPU performance) Here's and example in Java: /** * Atomically increments by one ...
-1
votes
0answers
35 views

IDA -Hex-Rays Convert set of CPU instructions to a code [closed]

I am a new user to the IDA Hex-Rays tool, I am interesting to understand how do I take set of CPU instructions and actually covert them to human readable code. If I right click it there is option to ...
0
votes
1answer
36 views

Calculating CPU usage on a Linux multicore machine using C

I'm working on a program that shows the percentage of every process running on a machine with Linux. The problem is that the percentage I get often differs from the one displayed by the top command. ...
0
votes
0answers
11 views

Multilevel feed back queue

There is multilevel queue 1st queue is Round robin (time quantum 8ms) 2nd queue is Round robin(time quantum 12ms) third queue is first come first serve First process enter 1st queue and execute 8 ms ...
0
votes
0answers
4 views

32-bit, 64-bit CPU op-mode on Linux [migrated]

I'm confused. Running Fedora Linux, lscpu yields: Architecture: i686 CPU op-mode(s): 32-bit, 64-bit ... But when I try to install a 64-bit program (Chrome) I get error like: ...
1
vote
0answers
44 views

How to disable a cpu core on dual core ios devices

I'm developing an iOS music app which is quite cpu intensive and doesn't run well on mono-core iPhones (well I'm interested in the first iPhone 4 only). I have an iPhone 5 for my personal use and I'm ...
-3
votes
0answers
23 views

Building A Computer Specifically for Graphic Design, 2K Budget [migrated]

I've looked around for a good desktop rig to suit a 2K budget computer focused on graphic design/ rendering capabilities, but I'm have trouble finding exactly the type of setup that I'm looking for. ...
0
votes
4answers
74 views

What should I know to optimize programs? [closed]

I need to run a very computation-intensive program. Therefore the performance is my first concern. There are seems a lot of details of CPU should be taken into account. Like hardware pre-fetch, cache, ...
0
votes
0answers
23 views

PHP - reduce CPU usage while processing images

I have a function which uses Imagick to make the 3D effect of a 2D image (fake perspective). I have to process about 10-30 images at once and here's the problem. I am worried about CPU usage, because ...
2
votes
1answer
66 views

Independent memory channels: What does it mean for a programmer

I read the Datasheet for an Intel Xeon Processor and saw the following: The Integrated Memory Controller (IMC) supports DDR3 protocols with four independent 64-bit memory channels with 8 bits ...
-1
votes
0answers
12 views

Apache Tomcat Resource Management - limits per session

I need Oracle Database Resource Management analog in Web-servers, specially in Tomcat. For Each session on tomcat must have constraints on CPU(Processor) and RAM(Memory).
0
votes
0answers
19 views

CPU opencl and occupancy with some device fission

I am doing trials with device fission used on FX8150 7-cores device and 1 core for hosting. Then put some workload of array of 51200 floats. Calculation is done on O(N*N)(trigonometric) basis. When ...
0
votes
1answer
38 views

Linux: Sample programs to load CPU, Memory and Hard disk

I am doing a perform analysis on various Linux distributions. I want to measure the performance of Linux distributions in the below scenarios 1) High CPU utilization 2) High Memory utilization 3) ...
0
votes
0answers
115 views

Java Platform SE binary: High CPU consumption

As you know opening Eclipse kick starts Java Platform SE Binary. And the Java SE is consuming too much of the CPU (highest recorded 86%). This is rendering Eclipse unusable as it becomes too slow. I ...
-1
votes
1answer
23 views

overloaded host cpu when i use sql connection [closed]

Guys i use this script to check my forums users, username and password. but i don't know whats problem with this so when this script loaded by some users (more than 3 users) my host cpu get overloaded ...
0
votes
1answer
34 views

Is there any azure powershell command to know total CPU cores comes with your azure subscription?

I want to know if there is any powershell command that will tell you total number of CPU cores assigned to your azure subscription . I read here http://cloudpower.no/?p=1002 with 3-month free trial ...
0
votes
3answers
140 views

Get cpu info programmatically on android application

i found this code on the web: package com.exercise.AndroidCPUinfo; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import ...
9
votes
3answers
204 views

How can I simulate different types of load in an android device?

I'm trying to test my app's behavior in various situations like let's say there's a lot of RAM and CPU being used or network being consumed by some other apps or battery being drained away by ...
3
votes
2answers
96 views

make sure one cpu has written a “double” before another cpu read that “double”?

I'm going to running one OS on a dual-core ARM Cortex-A9 CPU (one core runs Linux, the other one has no OS). In the no-OS side we write a 64-bit double to DDR memory, then the Linux side reads it. ...
0
votes
0answers
15 views

Detecting HyperThreading without CPUID?

I'm working on a number-crunching application and I'm trying to squeeze all possible performance out of it that I can. I'm designing it to work for both Windows and *nix and even for multi-CPU ...

1 2 3 4 5 27