Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:stats_max
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/testcases/realtime/func/pi_perf/
H
A
D
pi_perf.c
215
printf("Max delay = %ld us\n",
stats_max
(&cpu_delay_dat));
in high_prio_thread()
222
max_pi_delay =
stats_max
(&cpu_delay_dat);
in high_prio_thread()
/third_party/ltp/testcases/realtime/include/
H
A
D
libstats.h
117
/*
stats_max
- return the maximum of the y values in data
120
long
stats_max
(stats_container_t *data);
/third_party/ltp/testcases/realtime/func/matrix_mult/
H
A
D
matrix_mult.c
217
smax =
stats_max
(&sdat);
in main_thread()
262
cmax =
stats_max
(&cdat);
in main_thread()
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
H
A
D
periodic_cpu_load_single.c
151
printf("Max: %ld us\n",
stats_max
(&dat));
in periodic_thread()
H
A
D
periodic_cpu_load.c
223
printf(" Max: %ld us\n",
stats_max
(&dat[i]));
in main()
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
H
A
D
pthread_kill_latency.c
212
printf("Max: %lu us\n",
stats_max
(&dat));
in signal_receiving_thread()
/third_party/ltp/testcases/realtime/lib/
H
A
D
libstats.c
187
long
stats_max
(stats_container_t * data)
in stats_max()
function
/third_party/mesa3d/src/vulkan/overlay-layer/
H
A
D
overlay.cpp
194
struct frame_stat stats_min,
stats_max
;
member
950
data->
stats_max
.stats[s] = 0;
in compute_swapchain_display()
956
data->
stats_max
.stats[s] = MAX2(data->frames_stats[f].stats[s],
in compute_swapchain_display()
957
data->
stats_max
.stats[s]);
in compute_swapchain_display()
984
double max_time = data->
stats_max
.stats[s] / data->time_dividor;
in compute_swapchain_display()
997
data->
stats_max
.stats[s],
in compute_swapchain_display()
1001
data->stats_min.stats[s], data->
stats_max
.stats[s]);
in compute_swapchain_display()
/third_party/ltp/testcases/realtime/func/rt-migrate/
H
A
D
rt-migrate.c
261
tasks_max[t] =
stats_max
(&intervals[t]);
in print_results()
Completed in 9 milliseconds