OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:log_scale
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprof/
hist.c
571
unsigned
log_scale
;
local
607
log_scale
= 5; /* Milli-seconds is BSD-default. */
613
log_scale
= 0;
639
for (
log_scale
= 0;
log_scale
< ARRAY_SIZE (SItab);
log_scale
++)
641
double scaled_value = SItab[
log_scale
].scale * top_time;
652
print_header (SItab[
log_scale
].prefix);
663
print_line (time_sorted_syms[sym_index], SItab[
log_scale
].scale);
/src/external/gpl3/binutils.old/dist/gprof/
hist.c
571
unsigned
log_scale
;
local
607
log_scale
= 5; /* Milli-seconds is BSD-default. */
613
log_scale
= 0;
639
for (
log_scale
= 0;
log_scale
< ARRAY_SIZE (SItab);
log_scale
++)
641
double scaled_value = SItab[
log_scale
].scale * top_time;
652
print_header (SItab[
log_scale
].prefix);
663
print_line (time_sorted_syms[sym_index], SItab[
log_scale
].scale);
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026