Archive

Posts Tagged ‘program under’

A Simple C Program

November 24th, 2011 Comments off

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 …

Bear