Simulate steady CPU load and spikes

Posted by iulianchira on Stack Overflow See other posts from Stack Overflow or by iulianchira
Published on 2010-03-25T10:07:06Z Indexed on 2010/03/25 19:53 UTC
Read the original article Hit count: 477

Filed under:
|

How could I generate steady CPU load in C#, lower than 100% for a certain time? I would also like to be able to change the load amount after a certain period of time. How do you recommend to generate usage spikes for a very short time?

© Stack Overflow or respective owner

Related posts about cpu-usage

Related posts about c#