Category: Cpu Test Project
Thread in Java - part V
September 8th, 2011Today, I would like to improve the test window of Fibonacci.
Remember, too, I should:
1) Save the test information, and in particular the number calculated, the calculated value, the total execution time and finally the characteristics of the computer where the test is running. This information will be recorded for the other tests in the project.
2) Display the total running time of the calculated value. more »
Thread in Java - part IV
August 25th, 2011Today, I would like to improve the visualization interface of the Fibonacci test. First, I would like to see the results of various task by showing a number of task and the corresponding computation time in seconds, as well as the overall execution time… more »
Thread in Java - part III
August 25th, 2011In this part of the project I add the Fibonacci sequence. The concurrent programming mode choice is one in which the Runnable interface allows the class that implements it to function as a thread. That said, I would like to calculate the Fibonacci numbe… more »
