Click here to Skip to main content
15,886,919 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I Can Not Manage This Task Pin
BernardIE53176-Feb-24 10:22
BernardIE53176-Feb-24 10:22 
GeneralRe: I Can Not Manage This Task Pin
honey the codewitch6-Feb-24 12:55
mvahoney the codewitch6-Feb-24 12:55 
GeneralRe: I Can Not Manage This Task Pin
RedDk6-Feb-24 13:03
RedDk6-Feb-24 13:03 
GeneralRe: I Can Not Manage This Task Pin
Davyd McColl6-Feb-24 23:45
Davyd McColl6-Feb-24 23:45 
GeneralRe: I Can Not Manage This Task Pin
maze37-Feb-24 2:58
professionalmaze37-Feb-24 2:58 
GeneralRe: I Can Not Manage This Task Pin
Member 105614937-Feb-24 4:09
Member 105614937-Feb-24 4:09 
GeneralRe: I Can Not Manage This Task Pin
thewazz7-Feb-24 9:24
professionalthewazz7-Feb-24 9:24 
GeneralRe: I Can Not Manage This Task Pin
pmauriks7-Feb-24 16:04
pmauriks7-Feb-24 16:04 
The Task Manager inserts a task of it's own, with a stub that includes a known computation - the percentage for performance is the relationship between the CPU time the stub is allocated, vs the other competing processes.

There are a number of reasons why you might see less than 100% CPU. One reason is concurrency. Not all tasks can proceed in parallel. Or the software might not effectively split the tasks up. Sometimes a task will need to wait for something else to complete. If that happens a lot, then it affects CPU utilization.

Some tasks are IO or network bound. In those cases the CPU waits for the network or peripheral to respond which also affects the CPU utilization.

Sometimes it's just poorly written software.

Hope that helps.

GeneralStenography Pin
BernardIE53175-Feb-24 13:19
BernardIE53175-Feb-24 13:19 
GeneralRe: Stenography Pin
jmaida5-Feb-24 16:47
jmaida5-Feb-24 16:47 
GeneralWordle 962 Pin
StarNamer@work5-Feb-24 13:13
professionalStarNamer@work5-Feb-24 13:13 
GeneralRe: Wordle 962 Pin
Shane01035-Feb-24 16:59
Shane01035-Feb-24 16:59 
GeneralRe: Wordle 962 Pin
Luc Pattyn5-Feb-24 17:15
sitebuilderLuc Pattyn5-Feb-24 17:15 
GeneralRe: Wordle 962 Pin
Jeremy Falcon6-Feb-24 7:40
professionalJeremy Falcon6-Feb-24 7:40 
GeneralRe: Wordle 962 Pin
Sandeep Mewara5-Feb-24 18:16
mveSandeep Mewara5-Feb-24 18:16 
GeneralRe: Wordle 962 Pin
GKP19925-Feb-24 18:20
professionalGKP19925-Feb-24 18:20 
GeneralRe: Wordle 962 Pin
Amarnath S5-Feb-24 18:26
professionalAmarnath S5-Feb-24 18:26 
GeneralRe: Wordle 962 Pin
OriginalGriff5-Feb-24 19:45
mveOriginalGriff5-Feb-24 19:45 
GeneralRe: Wordle 962 - 4 4 me Pin
pkfox5-Feb-24 20:56
professionalpkfox5-Feb-24 20:56 
GeneralRe: Wordle 962 Pin
ChandraRam5-Feb-24 21:42
ChandraRam5-Feb-24 21:42 
GeneralRe: Wordle 962 Pin
Sander Rossel5-Feb-24 22:00
professionalSander Rossel5-Feb-24 22:00 
GeneralRe: Wordle 962 Pin
Jeremy Falcon6-Feb-24 7:39
professionalJeremy Falcon6-Feb-24 7:39 
GeneralRe: Wordle 962 Pin
Cp-Coder6-Feb-24 1:02
Cp-Coder6-Feb-24 1:02 
GeneralRe: Wordle 962 (4/6) Pin
Jeremy Falcon6-Feb-24 7:38
professionalJeremy Falcon6-Feb-24 7:38 
GeneralLost code Pin
honey the codewitch5-Feb-24 8:01
mvahoney the codewitch5-Feb-24 8:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.