Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
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()
DChangeLog-9203180 * hist.c (hist_print): Rewrite log_scale calculation loop.