OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delay_secs
(Results
1 - 6
of
6
) sorted by null
/external/linux-tools-perf/util/
top.h
48
int print_entries, count_filter,
delay_secs
;
member in struct:perf_top
top.c
73
float samples_per_sec = top->samples / top->
delay_secs
;
74
float ksamples_per_sec = top->kernel_samples / top->
delay_secs
;
86
float us_samples_per_sec = top->us_samples / top->
delay_secs
;
87
float guest_kernel_samples_per_sec = top->guest_kernel_samples / top->
delay_secs
;
88
float guest_us_samples_per_sec = top->guest_us_samples / top->
delay_secs
;
/external/linux-tools-perf/util/ui/browsers/
top.c
143
symbol__tui_annotate(sym, syme->map, 0, top->
delay_secs
* 1000);
151
int delay_msecs = top->
delay_secs
* 1000;
/external/linux-tools-perf/
builtin-top.c
85
.
delay_secs
= 2,
451
fprintf(stdout, "\t[d] display refresh delay. \t(%d)\n", top.
delay_secs
);
528
prompt_integer(&top.
delay_secs
, "Enter display delay");
529
if (top.
delay_secs
< 1)
530
top.
delay_secs
= 1;
638
delay_msecs = top.
delay_secs
* 1000;
1041
OPT_INTEGER('d', "delay", &top.
delay_secs
,
1117
if (top.
delay_secs
< 1)
1118
top.
delay_secs
= 1;
/external/chromium_org/content/browser/
browser_main_loop.cc
1106
int
delay_secs
= 5;
local
[
all
...]
/external/chromium_org/net/socket/
tcp_socket_win.cc
78
bool SetTCPKeepAlive(SOCKET socket, BOOL enable, int
delay_secs
) {
79
int delay =
delay_secs
* 1000;
Completed in 115 milliseconds