Home > Program, Simple > A Simple C Program

A Simple C Program

November 24th, 2011

The program should be command line interface driven and act as a CPU Performance Calculator/Comparator that can take as input the following performance factors*:

* CPU Execution Time (of a program under test)
* CPU Instruction Count (the number executed in a program under test)
* CPU Cycles Per Instruction
* CPU Clock Rate (in GHz)
* CPU Clock Cycle Time (in nanoseconds, i.e. the reciprocal of clock rate)
* CPU Clock Cycles (the number executed in a program under …


A Simple C Program

Comments are closed.
Bear