Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c64 SItab[] = variable
523 for (log_scale = 0; log_scale < ARRAY_SIZE (SItab); log_scale ++) in hist_print()
525 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
536 print_header (SItab[log_scale].prefix); in hist_print()
547 print_line (time_sorted_syms[index], SItab[log_scale].scale); in hist_print()
H A DChangeLog-92031672 variables; fixed SItab (scales were off by a factor of 10).
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dhist.c63 SItab[] = variable
531 for (log_scale = 0; log_scale < ARRAY_SIZE (SItab); log_scale ++) in hist_print()
533 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
544 print_header (SItab[log_scale].prefix); in hist_print()
555 print_line (time_sorted_syms[index], SItab[log_scale].scale); in hist_print()
H A DChangeLog-92031672 variables; fixed SItab (scales were off by a factor of 10).