Home
last modified time | relevance | path

Searched refs:speed_time_string (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtime.c221 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()
[all …]
H A Dfreq.c867 fprintf (stderr, "Measuring with: %s\n", speed_time_string); in speed_cycletime_fail()
H A Dspeed.c1131 printf ("%s", speed_time_string); in usage()
H A Dtuneup.c2907 fprintf (stderr, "Using: %s\n", speed_time_string); in all()
H A Dspeed.h101 extern char speed_time_string[];
/netbsd-src/external/lgpl3/mpfr/dist/tune/
H A Dspeed.c217 printf ("Using: %s\n", speed_time_string); in all()
H A Dtuneup.c1014 printf ("Using: %s\n", speed_time_string); in all()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog9850 * tune/time.c (speed_time_init): Fix speed_time_string when using
21794 period in speed_time_string.