Question: Find a reference describing the FLOPS performance measure ( just give this reference, no other description is required ) . Next, write a simple benchmarking

Find a reference describing the FLOPS performance measure (just give this reference, no other description is required). Next, write a simple benchmarking program to estimate FLOPS performance of your computer. Use a programming language of your choice to write a program that prints the execution time (consider using Java currentTimeMillis() method) of a sequence of arithmetic operations. Instead of timing a single arithmetic operation (which would be impossible to measure directly from Java) time the execution of a loop with the arithmetic operation in it. Choose large enough number of repetitions to get meaningful results. Also time the execution of the same loop but without the arithmetic operation in it to get the bench, i.e. the reference time for your overhead instructions implementing the loop, i.e. empty loop without the arithmetic operation. Use these timing results to estimate FLOPS of your computer.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!