Lines Matching defs:speed_time_string

70    char speed_time_string[]
221 char speed_time_string[256];
1012 strcpy (speed_time_string, "CPU cycle counter");
1023 strcpy (speed_time_string, "CPU cycle counter, supplemented by microsecond getrusage()");
1033 strcpy (speed_time_string, "CPU cycle counter, supplemented by microsecond gettimeofday()");
1039 sprintf (speed_time_string, "CPU cycle counter, supplemented by %s clock tick getrusage()", unittime_string (supplement_unittime));
1045 sprintf (speed_time_string, "CPU cycle counter, supplemented by %s clock tick times()", unittime_string (supplement_unittime));
1051 sprintf (speed_time_string, "CPU cycle counter, supplemented by %s clock tick gettimeofday()", unittime_string (supplement_unittime));
1070 fprintf (stderr, " (%s)\n", speed_time_string);
1076 strcpy (speed_time_string, "STCK timestamp");
1090 sprintf (speed_time_string, "mftb counter (%s)",
1098 sprintf (speed_time_string, "syssgi() mmap counter (%s), supplemented by millisecond getrusage()",
1114 strcpy (speed_time_string, "read_real_time() power nanoseconds");
1121 sprintf (speed_time_string, "%s read_real_time() powerpc ticks",
1137 strcpy (speed_time_string, "microsecond accurate clock_gettime()");
1151 strcpy (speed_time_string, "microsecond accurate getrusage()");
1158 strcpy (speed_time_string, "microsecond accurate gettimeofday()");
1172 sprintf (speed_time_string, "%s clock tick times()",
1181 sprintf (speed_time_string, "%s clock tick getrusage()\n",
1190 sprintf (speed_time_string, "%s clock tick gettimeofday()",
1202 printf ("speed_time_init: %s\n", speed_time_string);