OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_traces
(Results
1 - 3
of
3
) sorted by null
/external/blktrace/btt/
trace.c
27
n_traces
++;
31
printf("%10lu t (%6.2lf%%)\r",
n_traces
, pct_done());
32
if ((
n_traces
% 1000000) == 0) printf("\n");
bt_timeline.c
37
unsigned long
n_traces
;
variable
117
tps = (double)
n_traces
/ dt_input;
121
n_traces
, tps/1000.0,
globals.h
179
extern unsigned long
n_traces
;
Completed in 41 milliseconds