HomeSort by relevance Sort by last modified time
    Searched full:hist_dimension (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
hist.c 54 static char hist_dimension[16] = "seconds";
86 If FIRST is non-zero, sets global variables HZ, HIST_DIMENSION,
126 memcpy (hist_dimension, n_hist_dimension, 15);
132 if (strncmp (n_hist_dimension, hist_dimension, 15) != 0)
138 whoami, whoami, hist_dimension, whoami, n_hist_dimension);
265 || gmon_io_write (ofp, hist_dimension, 15)
476 100.0 / total_time, total_time / hz, hist_dimension);
481 printf (_("\nEach sample counts as %g %s.\n"), 1.0 / hz, hist_dimension);
496 _("time"), hist_dimension, hist_dimension, _("calls"), unit, unit
53 static char hist_dimension[16] = "seconds"; variable
475 100.0 \/ total_time, total_time \/ hz, hist_dimension); local
    [all...]
ChangeLog-2005 59 * hist.c (hist_dimension): Make static.
ChangeLog-9203 491 * hist.c (hist_dimension): Declare as an array of 16 characters.
    [all...]

Completed in 168 milliseconds