You can for example create second thread. In this thread run Active Object which will strongly use cpu. And from first thread start and stop this active object to perform measurment. You can also add some idle periods in this AO to simulate different cpu usage levels.
Forum posts: 49
You can for example create second thread. In this thread run Active Object which will strongly use cpu. And from first thread start and stop this active object to perform measurment. You can also add some idle periods in this AO to simulate different cpu usage levels.
Forum posts: 25
Could you please elaborate on what you said. With some example codes.