Home
last modified time | relevance | path

Searched refs:log_scale (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dhist.c569 unsigned log_scale; in hist_print() local
604 log_scale = 5; /* Milli-seconds is BSD-default. */ in hist_print()
610 log_scale = 0; in hist_print()
636 for (log_scale = 0; log_scale < ARRAY_SIZE (SItab); log_scale ++) in hist_print()
638 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
649 print_header (SItab[log_scale].prefix); in hist_print()
660 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale); in hist_print()
H A DChangeLog-9203180 * hist.c (hist_print): Rewrite log_scale calculation loop.
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dhist.c569 unsigned log_scale; in hist_print() local
604 log_scale = 5; /* Milli-seconds is BSD-default. */ in hist_print()
610 log_scale = 0; in hist_print()
636 for (log_scale = 0; log_scale < ARRAY_SIZE (SItab); log_scale ++) in hist_print()
638 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
649 print_header (SItab[log_scale].prefix); in hist_print()
660 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale); in hist_print()
H A DChangeLog-9203180 * hist.c (hist_print): Rewrite log_scale calculation loop.