Lines Matching refs:PROGRAM
28 XThe Dhrystone benchmark program [1] has become a popular benchmark for
77 Xoutweight the benefits. If I were to write a new benchmark program, I
78 Xwouldn't give it the name "Dhrystone" since this denotes the program
140 Xmakes the program simpler.) However, since the loop check is now part
157 X strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
203 X statement. While the program would not be incorrect without this
218 Xnot been changed, to keep the program consistent with the original
222 Xrepresented in the program, and that execution time is dominated by
224 Xcompilers removed too much code in the main part of the program, this
280 X program preparation time (although not as much as compilation in one
364 X Rick Richardson: Dhrystone 1.1 Benchmark Summary (and Program Text)
387 X * "DHRYSTONE" Benchmark Program
437 X * The complete output generated by the program should be mailed
548 X * run this program, which will (erroneously) include
586 X * The following program contains statements of a high level programming
593 X * 103 statements are dynamically executed. The program is balanced with
723 X * The program does not compute anything meaningful, but it is syntactically
830 X * "DHRYSTONE" Benchmark Program
902 X /* main program, corresponds to procedures */
925 X "DHRYSTONE PROGRAM, SOME STRING");
926 X strcpy (Str_1_Loc, "DHRYSTONE PROGRAM, 1'ST STRING");
929 X /* Was missing in published program. Without this statement, */
939 X printf ("Program compiled with 'register' attribute\n");
944 X printf ("Program compiled without 'register' attribute\n");
980 X strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 2'ND STRING");
1003 X strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING");
1059 X printf (" should be: DHRYSTONE PROGRAM, SOME STRING\n");
1071 X printf (" should be: DHRYSTONE PROGRAM, SOME STRING\n");
1081 X printf (" should be: DHRYSTONE PROGRAM, 1'ST STRING\n");
1083 X printf (" should be: DHRYSTONE PROGRAM, 2'ND STRING\n");
1232 X * "DHRYSTONE" Benchmark Program
1366 X /* Str_1_Par_Ref == "DHRYSTONE PROGRAM, 1'ST STRING" */
1367 X /* Str_2_Par_Ref == "DHRYSTONE PROGRAM, 2'ND STRING" */