Engineering >> Computer Science & EngineeringIntegration of Java Benchmarksby Barry Tormey
Submitted : Fall 2011 The purpose of this project is to calculate the average runtime of a Java program using benchmarks set by the user. The user will be able to set how many runs and how many iterations the program will go through and the runtime for each run will be recorded. A function will then be derived from the runtimes where the integral will be taken to find the average runtime for each benchmark.
|