Lines Matching +full:constant +full:- +full:on +full:- +full:time
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
6 * -----------------------------
19 * Phone: [+49]-9131-7-20330
20 * (8-17 Central European Time)
25 * pp. 1013 - 1030, together with the statistics
26 * on which the distribution of statements etc. is based.
29 * - strcpy, strcmp (inside the measurement loop)
30 * - printf, scanf (outside the measurement loop)
31 * In addition, Berkeley UNIX system calls "times ()" or "time ()"
32 * are used for execution time measurement. For measurements
33 * on other systems, these calls have to be changed.
42 * Phone: (201) 389-8963 (9-17 EST)
46 * Complete information should be given on hardware and software used.
82 * Alan Smith and Rafael Saavedra-Barrera (UC at Berkeley)
83 * for their help with comments on earlier versions of the
106 * Since it has proven difficult to subtract the time for the
109 * an impact - though a very minor one - on the distribution
116 * Because of the self-imposed limitation that the order and
128 * non-executed "else" part was added to the "if" statement in
129 * Func_3, and a non-executed "else" part removed from Proc_3.
136 * - dhry.h (this file, containing global definitions and comments)
137 * - dhry_1.c (containing the code corresponding to Ada package Pack_1)
138 * - dhry_2.c (containing the code corresponding to Ada package Pack_2)
141 * - Separate compilation
142 * - No procedure merging
143 * - Otherwise, compiler optimizations are allowed but should be indicated
144 * - Default results are those without register declarations
148 * For 16-Bit processors (e.g. 80186, 80286), times for all compilation
170 * - statement type
171 * - operand type
172 * - operand locality
173 * operand global, local, parameter, or constant.
178 * ----------------- number
182 * V = Constant 12
187 * --
190 * X = Y +|-|"&&"|"|" Z 5
191 * X = Y +|-|"==" Constant 6
192 * X = X +|- 1 3
198 * --
206 * for ... 7 | counted every time
213 * --
223 * --
225 * ---
233 * ------------
240 * - 7 11.1
255 * && (AND-THEN) 1 1.6
259 * -- -----
264 * ---------------
274 * --- -------
278 * component), only the final data type on the access path is counted.
282 * -------------------
292 * constant 55 22.7 %
293 * --- -------