Home
last modified time | relevance | path

Searched +full:- +full:- +full:load +full:- +full:average (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/external/libvpx/libvpx/vpx_dsp/mips/
Dconvolve2_avg_horiz_dspr2.c4 * Use of this source code is governed by a BSD-style license
37 for (y = h; y--;) { in convolve_bi_avg_horiz_4_dspr2()
62 "lbu %[p2], 3(%[dst]) \n\t" /* load odd 2 */ in convolve_bi_avg_horiz_4_dspr2()
68 "lbu %[Temp1], 1(%[dst]) \n\t" /* load odd 1 */ in convolve_bi_avg_horiz_4_dspr2()
74 "lbu %[tn2], 0(%[dst]) \n\t" /* load even 1 */ in convolve_bi_avg_horiz_4_dspr2()
81 "addqh_r.w %[tn2], %[tn2], %[tp1] \n\t" /* average even 1 */ in convolve_bi_avg_horiz_4_dspr2()
85 "lbu %[tp1], 2(%[dst]) \n\t" /* load even 2 */ in convolve_bi_avg_horiz_4_dspr2()
89 "addqh_r.w %[Temp1], %[Temp1], %[tn1] \n\t" /* average odd 1 */ in convolve_bi_avg_horiz_4_dspr2()
93 "addqh_r.w %[tp1], %[tp1], %[tp2] \n\t" /* average even 2 */ in convolve_bi_avg_horiz_4_dspr2()
96 "addqh_r.w %[p2], %[p2], %[p3] \n\t" /* average odd 2 */ in convolve_bi_avg_horiz_4_dspr2()
[all …]
Dconvolve8_avg_horiz_dspr2.c4 * Use of this source code is governed by a BSD-style license
40 for (y = h; y--;) { in convolve_avg_horiz_4_dspr2()
77 "lbu %[p2], 3(%[dst]) \n\t" /* load odd 2 */ in convolve_avg_horiz_4_dspr2()
83 "lbu %[Temp1], 1(%[dst]) \n\t" /* load odd 1 */ in convolve_avg_horiz_4_dspr2()
94 "lbu %[tn2], 0(%[dst]) \n\t" /* load even 1 */ in convolve_avg_horiz_4_dspr2()
102 "addqh_r.w %[tn2], %[tn2], %[tp1] \n\t" /* average even 1 */ in convolve_avg_horiz_4_dspr2()
109 "lbu %[tp1], 2(%[dst]) \n\t" /* load even 2 */ in convolve_avg_horiz_4_dspr2()
113 "addqh_r.w %[Temp1], %[Temp1], %[tn1] \n\t" /* average odd 1 */ in convolve_avg_horiz_4_dspr2()
117 "addqh_r.w %[tp1], %[tp1], %[tp2] \n\t" /* average even 2 */ in convolve_avg_horiz_4_dspr2()
120 "addqh_r.w %[p2], %[p2], %[n2] \n\t" /* average odd 2 */ in convolve_avg_horiz_4_dspr2()
[all …]
/external/autotest/server/cros/res_resource_monitor/
Dtop_test_data.txt1 top - 14:47:14 up 7:58, 9 users, load average: 0.00, 0.01, 0.05
16 5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:+
18 top - 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
31 top - 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
37 top - 14:49:51 up 8:01, 8 users, load average: 0.00, 0.01, 0.05
43 top - 14:49:51 up 8:01, 8 users, load average: 0.00, 0.01, 0.05
Dtop_field_order_changed.txt1 top - 14:47:14 up 7:58, 9 users, load average: 0.00, 0.01, 0.05
11 top - I’m the only process running. Also, 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0…
13 %Cpu(s): 90C cputemperature, 0.0 sy, 0.0 hi, -183 secondsTillOverheat, 0.0 id,100.0 ni, 14324 yeta…
22 top - 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
24 %Cpu(s): 200.12 id, 100.00% sy, 0.94t ni, over9000 us, -204 wa, 0.0 hi, 0.0023 si, 0.0 st
25 KiB Mem: 24508128 free,-1 used,502088 total,572668 buff/cache
Dtop_whitespace_ridden.txt1 top - 14:47:14 up 7:58, 9 users, load average: 0.00, 0.01, 0.05
16 5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:+
18 top - 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
64 top - 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c18 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
63 sscreen->b.fence_reference(&sscreen->b, &query->fence, NULL); in r600_query_sw_destroy()
100 switch(query->b.type) { in r600_query_sw_begin()
105 query->begin_result = rctx->num_draw_calls; in r600_query_sw_begin()
108 query->begin_result = rctx->num_decompress_calls; in r600_query_sw_begin()
111 query->begin_result = rctx->num_mrt_draw_calls; in r600_query_sw_begin()
114 query->begin_result = rctx->num_prim_restart_calls; in r600_query_sw_begin()
117 query->begin_result = rctx->num_spill_draw_calls; in r600_query_sw_begin()
120 query->begin_result = rctx->num_compute_calls; in r600_query_sw_begin()
123 query->begin_result = rctx->num_spill_compute_calls; in r600_query_sw_begin()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c18 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
62 rscreen->b.fence_reference(&rscreen->b, &query->fence, NULL); in r600_query_sw_destroy()
98 switch(query->b.type) { in r600_query_sw_begin()
103 query->begin_result = rctx->num_draw_calls; in r600_query_sw_begin()
106 query->begin_result = rctx->num_decompress_calls; in r600_query_sw_begin()
109 query->begin_result = rctx->num_mrt_draw_calls; in r600_query_sw_begin()
112 query->begin_result = rctx->num_prim_restart_calls; in r600_query_sw_begin()
115 query->begin_result = rctx->num_spill_draw_calls; in r600_query_sw_begin()
118 query->begin_result = rctx->num_compute_calls; in r600_query_sw_begin()
121 query->begin_result = rctx->num_spill_compute_calls; in r600_query_sw_begin()
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dvariance_impl_avx2.c18 /* clang-format off */
37 /* clang-format on */
57 /* load source and destination */ \
63 /* average between current and next stride source */ \
74 /* source - dest */ \
175 // load source and another source starting from the next in aom_sub_pixel_variance32xh_avx2()
184 // average between previous average to current average in aom_sub_pixel_variance32xh_avx2()
188 // save current source average in aom_sub_pixel_variance32xh_avx2()
199 // load source and another source starting from the next in aom_sub_pixel_variance32xh_avx2()
204 // save current source average in aom_sub_pixel_variance32xh_avx2()
[all …]
/external/python/cpython3/Doc/library/
Dtracemalloc.rst1 :mod:`tracemalloc` --- Trace memory allocations
11 --------------
18 total size, number and average size of allocated memory blocks
23 variable to ``1``, or by using :option:`-X` ``tracemalloc`` command line
30 :option:`-X` ``tracemalloc=25`` command line option.
34 --------
58 <frozen importlib._bootstrap>:716: size=4855 KiB, count=39328, average=126 B
59 <frozen importlib._bootstrap>:284: size=521 KiB, count=3199, average=167 B
60 /usr/lib/python3.4/collections/__init__.py:368: size=244 KiB, count=2315, average=108 B
61 /usr/lib/python3.4/unittest/case.py:381: size=185 KiB, count=779, average=243 B
[all …]
/external/python/google-api-python-client/docs/dyn/
Dcompute_alpha.regionAutoscalers.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.autoscalers.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_v1.autoscalers.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_v1.regionAutoscalers.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_beta.autoscalers.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_beta.regionAutoscalers.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_log.py2 # Use of this source code is governed by a BSD-style license that can be
12 --> GestureLogs: includes gesture name, and variation
14 --> ValidatorLogs: includes name, details, criteria, score, metrics
18 --> SimpleTable: (key, vlog) pairs
24 --> StatisticsScores: includes average, ssd, and count
25 --> StatisticsMetrics: includes average, min, max, and more
35 key is a 5-tuple:
74 sqrt(sum((x_i - x_average)^2) / N-1)
76 Note that N-1 is used in the denominator for sample standard deviation,
77 where N-1 is the degree of freedom. We need to set ddof=1 below;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-mca.rst1 llvm-mca - LLVM Machine Code Analyzer
5 --------
7 :program:`llvm-mca` [*options*] [input]
10 -----------
12 :program:`llvm-mca` is a performance analysis tool that uses information
17 consumption. The tool currently works for processors with an out-of-order
24 Given an assembly code sequence, llvm-mca estimates the Instructions Per Cycle
28 :program:`llvm-mca` allows the usage of special code comments to mark regions of
30 ``LLVM-MCA-BEGIN`` marks the beginning of a code region. A comment starting with
31 substring ``LLVM-MCA-END`` marks the end of a code region. For example:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dread-advance-2.s2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -iterations=1 -resource-pressure=0 -ti…
8 # can start after the load operand is evaluated.
11 # CHECK-NEXT: Instructions: 2
12 # CHECK-NEXT: Total Cycles: 10
13 # CHECK-NEXT: Dispatch Width: 2
14 # CHECK-NEXT: IPC: 0.20
15 # CHECK-NEXT: Block RThroughput: 2.0
18 # CHECK-NEXT: [1]: #uOps
19 # CHECK-NEXT: [2]: Latency
20 # CHECK-NEXT: [3]: RThroughput
[all …]
Dpartial-reg-update-6.s2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -iterations=1500 -timeline -timeline-m…
6 # imul. However, the folded load can start immediately.
8 # folded load can start immediately.
15 # CHECK-NEXT: Instructions: 4500
16 # CHECK-NEXT: Total Cycles: 7504
17 # CHECK-NEXT: Dispatch Width: 2
18 # CHECK-NEXT: IPC: 0.60
19 # CHECK-NEXT: Block RThroughput: 2.0
22 # CHECK-NEXT: [1]: #uOps
23 # CHECK-NEXT: [2]: Latency
[all …]
/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
Dmain.js3 // Use of this source code is governed by a BSD-style license
9 google.load("visualization", "1", {packages:["corechart"]});
36 missingFiles--;
57 analyzeData(reports, filesNames, "Available Send Bandwidth-bot1", "bot1",
59 analyzeData(reports, filesNames, "Available Send Bandwidth-bot2", "bot2",
63 analyzeData(reports, filesNames, "Available Receive Bandwidth-bot1", "bot1",
65 analyzeData(reports, filesNames, "Available Receive Bandwidth-bot2", "bot2",
75 var avergaData = ['Average Rtt x10'];
78 var average;
81 average = getStateAverage(reports[index], botName, "Conn-audio-1-0",
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dpartial-reg-update-6.s2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=znver1 -iterations=1500 -timeline -timeline-m…
5 # imul. However, the folded load can start immediately.
7 # folded load can start immediately.
14 # CHECK-NEXT: Instructions: 4500
15 # CHECK-NEXT: Total Cycles: 10503
16 # CHECK-NEXT: Dispatch Width: 4
17 # CHECK-NEXT: IPC: 0.43
18 # CHECK-NEXT: Block RThroughput: 1.3
21 # CHECK-NEXT: [1]: #uOps
22 # CHECK-NEXT: [2]: Latency
[all …]
/external/bcc/examples/usdt_sample/scripts/
Dlat_avg.py10 parser = argparse.ArgumentParser(description="Trace the moving average of the latency of an operati…
12 parser.add_argument("-p", "--pid", type=int, help="The id of the process to trace.")
13 parser.add_argument("-i", "--interval", type=int, help="The interval in seconds on which to report …
14 parser.add_argument("-c", "--count", type=int, default=16, help="The count of samples over which to…
15 parser.add_argument("-f", "--filterstr", type=str, default="", help="The prefix filter for the oper…
16 parser.add_argument("-v", "--verbose", dest="verbose", action="store_true", help="If true, will out…
52 u64 average;
74 u64 duration = bpf_ktime_get_ns() - start_data->start;
76 __builtin_memcpy(&hash_key.input, start_data->input, sizeof(hash_key.input));
85 if (hash_leaf->count < MAX_SAMPLES) {
[all …]
/external/ltp/utils/benchmark/kernbench-0.42/
DREADME15 for the average of each group of runs and logs them to kernbench.log
20 Ideally it should be run in single user mode on a non-journalled filesystem.
37 kernbench [-n runs] [-o jobs] [-s] [-H] [-O] [-M] [-h] [-v]
41 H : don't perform half load runs (default do)
42 O : don't perform optimal load runs (default do)
43 M : don't perform maximal load runs (default do)
51 Changed -j to at least 4GB ram.
62 detect -j2 and change to -j3. Added syncs. Improved warnings and
65 v0.20 Change to average of runs, add options to choose which runs to perform
/external/iproute2/man/man8/
Dtc-police.84 police - policing action
23 .IR "SAMPLE AVERAGE " ]
29 .BI conform-exceed " EXCEEDACT\fR[\fB/\fINOTEXCEEDACT"
42 parameters. The second one uses an in-kernel sampling mechanism. It can be
43 fine-tuned using the
51 .B conform-exceed
71 Make use of an in-kernel bandwidth rate estimator and match the given
91 .BI estimator " SAMPLE AVERAGE"
92 Fine-tune the in-kernel packet rate estimator.
93 .IR SAMPLE " and " AVERAGE
[all …]
/external/bcc/tools/
Doomkill_example.txt4 oomkill is a simple program that traces the Linux out-of-memory (OOM) killer,
8 Tracing oom_kill_process()... Ctrl-C to end.
22 end of the line is the load average information from /proc/loadavg. For both
24 time (a higher 1 minute "average" of 0.99, compared to the 15 minute "average"
35 sysctl -w vm.overcommit_memory=1 # always overcommit
36 perl -e 'while (1) { $a .= "A" x 1024; }' # eat all memory

12345678910>>...14