Lines Matching full:measurement
29 * - strcpy, strcmp (inside the measurement loop)
30 * - printf, scanf (outside the measurement loop)
32 * are used for execution time measurement. For measurements
53 * compiler; Dhrystone itself performs no OS calls in the measurement loop.
91 * Inside the measurement loop, this version follows the
95 * but within the measurement loop only in branches that
97 * should be prevented from moving code out of the measurement
99 * that are executed within the measurement loop have NOT been
107 * measurement loop overhead in a correct way, the loop check
112 * All changes within the measurement loop are described
127 * The only change within the measurement loop is that a
133 * Compilation model and measurement (IMPORTANT):