Tagged Questions

3
votes
2answers
119 views

Increasing CPU Utilization and keep it at a certain level using C code

I am writing a C code (on Linux) that needs to consume a certain amount of CPU when it's running. I am carrying out an experiment in which I trigger certain actions upon reaching a certain CPU ...
1
vote
1answer
89 views

Calculate process utilization in hyper-threading machine

I am trying to calculate a process utilization on my machine with Intel hyper-threading. I have one problem when trying to do the calculation: I am counting the loops my process is doing when ...