Lines Matching refs:speed_time_string

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