Home | History | Annotate | Download | only in dhrystone

Lines Matching refs:loop

93 Xperformance  measurement,  i.e.   within  the  measurement  loop  - the
103 Xoutside the measaurement loop. As a concession to older compilers,
110 Xprocedure of Dhrystone in a loop and to measure the execution time. If
138 Xsubtract the time for the measurement loop overhead. (This calculation
140 Xmakes the program simpler.) However, since the loop check is now part
150 XIn addition to adding the measurement loop and the printout statements,
161 X to Str_2_Loc (5'th statement of "main") out of the measurement loop
169 X loop in "main ", the role of some variables has been exchanged, to
211 Xthe measurement loop iteration (1 additional statement, 4 additional
411 X * - strcpy, strcmp (inside the measurement loop)
412 X * - printf, scanf (outside the measurement loop)
435 X * compiler; Dhrystone itself performs no OS calls in the measurement loop.
473 X * Inside the measurement loop, this version follows the
477 X * but within the measurement loop only in branches that
480 X * loop, or from removing code altogether. Since the statements
481 X * that are executed within the measurement loop have NOT been
489 X * measurement loop overhead in a correct way, the loop check
494 X * All changes within the measurement loop are described
633 X * while ... 4 | the loop condition
984 X while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
997 X /* loop body executed twice */
1016 X } /* loop "for Run_Index" */
1376 X while (Int_Loc <= 2) /* loop body executed once */