Lines Matching full:measurement
48 * - strcpy, strcmp (inside the measurement loop)
49 * - printf, scanf (outside the measurement loop)
51 * are used for execution time measurement. For measurements
72 * compiler; Dhrystone itself performs no OS calls in the measurement loop.
110 * Inside the measurement loop, this version follows the
114 * but within the measurement loop only in branches that
116 * should be prevented from moving code out of the measurement
118 * that are executed within the measurement loop have NOT been
126 * measurement loop overhead in a correct way, the loop check
131 * All changes within the measurement loop are described
146 * The only change within the measurement loop is that a
174 * is used for measurement.
193 * Compilation model and measurement (IMPORTANT):