Lines Matching +full:runs +full:- +full:on
1 let people specify the number of runs on the command line
5 --- a/dhry_1.c
7 @@ -66,7 +70,7 @@
11 -main ()
16 @@ -101,6 +105,13 @@
17 /* Warning: With 16-Bit processors and Number_Of_Runs > 32000, */
30 @@ -114,13 +125,17 @@
34 - printf ("Please give the number of runs through the benchmark: ");
35 - {
36 - int n;
37 - scanf ("%d", &n);
38 - Number_Of_Runs = n;
41 + printf ("Please give the number of runs through the benchmark: ");
50 - printf ("\n");
52 printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs);