Changeset 3256 in Sophya for trunk/Eval/Speed
- Timestamp:
- May 27, 2007, 10:18:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Eval/Speed/cpupower.c
r2970 r3256 11 11 /* --- Petit programme d'estimation de la puissance CPU */ 12 12 /* Compilation: csh> cc -O3 -o cpupower cpupower.c -lm */ 13 /* OU csh> cc -O -DT_Type=int cpupowerI cpupower.c -lm */ 13 14 /* R. Ansari - LAL Mai 2004 */ 14 15 /* --------------------------------------------------- */ 15 16 16 17 /* Choix de type d'operations float double int ... */ 17 #define T_Type double 18 #ifndef T_Type 19 #define T_Type double 20 #endif 18 21 19 22 static int SZ=20000; /* Taille de tableau */
Note:
See TracChangeset
for help on using the changeset viewer.