Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c458 unsigned log_scale; in hist_print() local
493 log_scale = 5; /* Milli-seconds is BSD-default. */ in hist_print()
499 log_scale = 0; in hist_print()
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-9203180 * hist.c (hist_print): Rewrite log_scale calculation loop.
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dhist.c466 unsigned log_scale; in hist_print() local
501 log_scale = 5; /* Milli-seconds is BSD-default. */ in hist_print()
507 log_scale = 0; in hist_print()
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-9203180 * hist.c (hist_print): Rewrite log_scale calculation loop.