Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dhist.c66 SItab[] = variable
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()
DChangeLog-92031672 variables; fixed SItab (scales were off by a factor of 10).