1 10/21/87 instr_speed
2
3 Syntax as a command: instr_speed -control_args
4
5
6 Function: measures the speed of a processor by timing a series of code
7 sequences. The code sequences are chosen to test the more common and
8 important sequences of instruction as well as to get a general idea of
9 the limiting speed that can be expected. It is generally useful to
10 select a processor with the use of the set_proc_required command
11 described in System Diagnostic Aids Order No. AR97 before running
12 timing tests.
13
14
15 Control arguments:
16 -long, -lg
17 displays a histogram of MIP rate for 100 passes of each code
18 sequence.
19
20
21 Notes: Code sequences that take longer than expected, probably due to
22 interrupt or fault action, are factored out and not counted.