Home
last modified time | relevance | path

Searched full:avg (Results 1 – 25 of 820) sorted by relevance

12345678910>>...33

/external/perfetto/test/trace_processor/diff_tests/memory/
Dandroid_mem_counters.out8 avg: 2523136.0
14 avg: 2392064.0
20 avg: 0.0
26 avg: 2523136.0
37 avg: 884736.0
43 avg: 2101248.0
49 avg: 0.0
55 avg: 884736.0
66 avg: 3989504.0
72 avg: 9334784.0
[all …]
Dandroid_mem_by_priority.out8 avg: 3000.0
14 avg: 10000.0
20 avg: 0.0
26 avg: 3000.0
36 avg: 3000.0
41 avg: 10000.0
46 avg: 0.0
51 avg: 3000.0
61 avg: 3000.0
66 avg: 10000.0
[all …]
/external/trace-cmd/Documentation/trace-cmd/
Dtrace-cmd-profile.1.txt110 Event: sched_switch:R (2) Total: 234559 Avg: 117279 Max: 129886 Min:104673
113 100% (2) time:234559 max:129886 min:104673 avg:117279
119 | 55% (1) time:129886 max:129886 min:0 avg:129886
129 45% (1) time:104673 max:104673 min:0 avg:104673
145 Event: sched_switch:S (1) Total: 1000513242 Avg: 1000513242 Max: 1000513242 Min:1000513242
148 100% (1) time:1000513242 max:1000513242 min:0 avg:1000513242
159 Event: sched_wakeup:1121 (1) Total: 43405 Avg: 43405 Max: 43405 Min:43405
162 100% (1) time:43405 max:43405 min:0 avg:43405
184 Event: func: sys_nanosleep() (1) Total: 1000598016 Avg: 1000598016 Max: 1000598016 Min:1000598016
185 Event: func: sys_munmap() (1) Total: 14300 Avg: 14300 Max: 14300 Min:14300
[all …]
/external/libvpx/vpx_dsp/x86/
Dconvolve.h28 // have 4-tap vert avg filter.
29 #define FUN_CONV_1D(name, offset, step_q4, dir, src_start, avg, opt, is_avg) \ argument
44 vpx_filter_block1d16_##dir##8_##avg##opt(src_start, src_stride, dst, \
51 vpx_filter_block1d8_##dir##8_##avg##opt(src_start, src_stride, dst, \
54 vpx_filter_block1d4_##dir##8_##avg##opt(src_start, src_stride, dst, \
61 vpx_filter_block1d16_##dir##4_##avg##opt(src_start, src_stride, dst, \
68 vpx_filter_block1d8_##dir##4_##avg##opt(src_start, src_stride, dst, \
71 vpx_filter_block1d4_##dir##4_##avg##opt(src_start, src_stride, dst, \
78 vpx_filter_block1d16_##dir##2_##avg##opt(src_start, src_stride, dst, \
85 vpx_filter_block1d8_##dir##2_##avg##opt(src_start, src_stride, dst, \
[all …]
Dhighbd_subpel_variance_impl_sse2.asm95 %if %2 == 1 ; avg
110 %if %2 == 1 ; avg
142 %if %2 == 1 ; avg
167 %if %2 == 1 ; avg
185 %if %2 == 1 ; avg
193 %if %2 == 1 ; avg
201 %if %2 == 1 ; avg
210 %if %2 == 1 ; avg
233 %if %2 == 1 ; avg
241 %if %2 == 1 ; avg
[all …]
Dsubpel_variance_sse2.asm118 %if %2 == 1 ; avg
132 %if %2 == 1 ; avg
163 %if %2 == 1 ; avg
194 %if %2 == 1 ; avg
211 %if %2 == 1 ; avg
219 %if %2 == 0 ; !avg
229 %if %2 == 1 ; avg
236 %else ; !avg
243 %if %2 == 1 ; avg
259 %else ; !avg
[all …]
Dvpx_convolve_copy_sse2.asm16 %ifidn %1, avg
57 %ifidn %1, avg
72 %ifidn %1, avg
96 %ifidn %1, avg
119 %ifidn %1, avg
144 %ifidn %1, avg
169 %ifidn %1, avg
199 %ifidn %1, avg
222 convolve_fn avg
225 convolve_fn avg, highbd
/external/perfetto/src/trace_processor/metrics/sql/android/
Dandroid_hwcomposer.sql82 (SELECT AVG(value) FROM total_layers WHERE display_id = d.display_id),
84 (SELECT AVG(value) FROM dpu_layers WHERE display_id = d.display_id),
86 (SELECT AVG(value) FROM gpu_layers WHERE display_id = d.display_id),
88 (SELECT AVG(value) FROM dpu_cached_layers WHERE display_id = d.display_id),
90 (SELECT AVG(value) FROM sf_cached_layers WHERE display_id = d.display_id),
92 (SELECT AVG(value) FROM rcd_layers WHERE display_id = d.display_id),
106 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans
109 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans
112 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans
115 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans
[all …]
Dandroid_hwui_metric.sql38 avg(dur) AS draw_frame_avg,
51 avg(dur) AS flush_avg,
64 avg(dur) AS prepare_tree_avg,
77 avg(dur) AS gpu_completion_avg,
91 avg(dur) AS ui_record_avg,
105 avg(dur) AS shader_compile_avg,
117 avg(dur) AS cache_hit_avg,
129 avg(dur) AS cache_miss_avg,
141 avg(value) AS graphics_cpu_mem_avg,
153 avg(value) AS graphics_gpu_mem_avg,
[all …]
/external/libvpx/vpx_dsp/loongarch/
Dvariance_lsx.c25 __m128i avg = __lsx_vldi(0); in sse_diff_8width_lsx() local
26 __m128i var = avg; in sse_diff_8width_lsx()
46 CALC_MSE_AVG_B(src0, ref0, var, avg); in sse_diff_8width_lsx()
47 CALC_MSE_AVG_B(src1, ref1, var, avg); in sse_diff_8width_lsx()
50 vec = __lsx_vhaddw_w_h(avg, avg); in sse_diff_8width_lsx()
61 __m128i avg = __lsx_vldi(0); in sse_diff_16width_lsx() local
62 __m128i var = avg; in sse_diff_16width_lsx()
69 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_lsx()
75 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_lsx()
80 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_lsx()
[all …]
Dsub_pixel_variance_lsx.c99 __m128i avg = __lsx_vldi(0); in sub_pixel_sse_diff_8width_h_lsx() local
100 __m128i var = avg; in sub_pixel_sse_diff_8width_h_lsx()
128 CALC_MSE_AVG_B(out, ref0, var, avg); in sub_pixel_sse_diff_8width_h_lsx()
130 CALC_MSE_AVG_B(out, ref1, var, avg); in sub_pixel_sse_diff_8width_h_lsx()
132 vec = __lsx_vhaddw_w_h(avg, avg); in sub_pixel_sse_diff_8width_h_lsx()
148 __m128i avg = var; in sub_pixel_sse_diff_16width_h_lsx() local
183 CALC_MSE_AVG_B(src0, dst0, var, avg); in sub_pixel_sse_diff_16width_h_lsx()
184 CALC_MSE_AVG_B(src1, dst1, var, avg); in sub_pixel_sse_diff_16width_h_lsx()
185 CALC_MSE_AVG_B(src2, dst2, var, avg); in sub_pixel_sse_diff_16width_h_lsx()
186 CALC_MSE_AVG_B(src3, dst3, var, avg); in sub_pixel_sse_diff_16width_h_lsx()
[all …]
/external/libvpx/vpx_dsp/mips/
Dsub_pixel_variance_msa.c50 v8i16 avg = { 0 }; in avg_sse_diff_4width_msa() local
65 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_4width_msa()
68 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_4width_msa()
84 v8i16 avg = { 0 }; in avg_sse_diff_8width_msa() local
98 CALC_MSE_AVG_B(src0, ref0, var, avg); in avg_sse_diff_8width_msa()
99 CALC_MSE_AVG_B(src1, ref1, var, avg); in avg_sse_diff_8width_msa()
102 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_8width_msa()
116 v8i16 avg = { 0 }; in avg_sse_diff_16width_msa() local
127 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa()
136 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa()
[all …]
Dvariance_msa.c50 v8i16 avg = { 0 }; in sse_diff_4width_msa() local
61 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_4width_msa()
64 vec = __msa_hadd_s_w(avg, avg); in sse_diff_4width_msa()
76 v8i16 avg = { 0 }; in sse_diff_8width_msa() local
87 CALC_MSE_AVG_B(src0, ref0, var, avg); in sse_diff_8width_msa()
88 CALC_MSE_AVG_B(src1, ref1, var, avg); in sse_diff_8width_msa()
91 vec = __msa_hadd_s_w(avg, avg); in sse_diff_8width_msa()
102 v8i16 avg = { 0 }; in sse_diff_16width_msa() local
110 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa()
116 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa()
[all …]
/external/libaom/aom_dsp/x86/
Dconvolve.h25 #define FUN_CONV_1D(name, step_q4, filter, dir, src_start, avg, opt) \ argument
39 aom_filter_block1d16_##dir##4_##avg##opt(src_start, src_stride, dst, \
46 aom_filter_block1d8_##dir##4_##avg##opt(src_start, src_stride, dst, \
53 aom_filter_block1d4_##dir##4_##avg##opt(src_start, src_stride, dst, \
61 aom_filter_block1d16_##dir##8_##avg##opt(src_start, src_stride, dst, \
68 aom_filter_block1d8_##dir##8_##avg##opt(src_start, src_stride, dst, \
75 aom_filter_block1d4_##dir##8_##avg##opt(src_start, src_stride, dst, \
83 aom_filter_block1d16_##dir##2_##avg##opt(src, src_stride, dst, \
90 aom_filter_block1d8_##dir##2_##avg##opt(src, src_stride, dst, \
97 aom_filter_block1d4_##dir##2_##avg##opt(src, src_stride, dst, \
[all …]
Dhighbd_subpel_variance_impl_sse2.asm98 %if %2 == 1 ; avg
113 %if %2 == 1 ; avg
145 %if %2 == 1 ; avg
170 %if %2 == 1 ; avg
188 %if %2 == 1 ; avg
196 %if %2 == 1 ; avg
204 %if %2 == 1 ; avg
213 %if %2 == 1 ; avg
236 %if %2 == 1 ; avg
244 %if %2 == 1 ; avg
[all …]
Dsubpel_variance_sse2.asm121 %if %2 == 1 ; avg
135 %if %2 == 1 ; avg
166 %if %2 == 1 ; avg
197 %if %2 == 1 ; avg
214 %if %2 == 1 ; avg
222 %if %2 == 0 ; !avg
232 %if %2 == 1 ; avg
239 %else ; !avg
246 %if %2 == 1 ; avg
262 %else ; !avg
[all …]
/external/bcc/tools/
Dklockstat_example.txt8 Caller Avg Spin Count Max spin Total spin
17 Caller Avg Hold Count Max hold Total hold
56 Caller Avg Spin Count Max spin Total spin
61 Caller Avg Hold Count Max hold Total hold
66 Caller Avg Spin Count Max spin Total spin
69 Caller Avg Hold Count Max hold Total hold
79 Caller Avg Spin Count Max spin Total spin
84 Caller Avg Hold Count Max hold Total hold
95 Caller Avg Spin Count Max spin Total spin
100 Caller Avg Hold Count Max hold Total hold
[all …]
/external/autotest/frontend/tko/preconfigs/metrics/
Dperf8 aggregation[0]: AVG
17 aggregation[1]: AVG
26 aggregation[2]: AVG
35 aggregation[3]: AVG
44 aggregation[4]: AVG
59 aggregation[0]: AVG
68 aggregation[1]: AVG
77 aggregation[2]: AVG
86 aggregation[3]: AVG
95 aggregation[4]: AVG
[all …]
/external/autotest/client/tests/compilebench/
Dcompilebench.py53 # intial create total runs 10 avg 149.82 MB/s (user 0.63s sys 0.85s)
54 # create total runs 5 avg 27.50 MB/s (user 0.62s sys 0.83s)
55 # patch total runs 4 avg 15.01 MB/s (user 0.33s sys 0.63s)
56 # compile total runs 7 avg 41.47 MB/s (user 0.14s sys 0.75s)
57 # clean total runs 4 avg 697.77 MB/s (user 0.02s sys 0.08s)
58 # read tree total runs 2 avg 23.68 MB/s (user 0.85s sys 1.59s)
59 # read compiled tree total runs 1 avg 25.27 MB/s (user 0.98s sys 2.84s)
60 # delete tree total runs 2 avg 1.48 seconds (user 0.35s sys 0.45s)
62 # stat tree total runs 4 avg 1.46 seconds (user 0.35s sys 0.26s)
63 # stat compiled tree total runs 1 avg 1.49 seconds (user 0.37s sys 0.29s)
/external/perfetto/protos/perfetto/metrics/android/
Dhwui_metric.proto29 // Number of frames drawn on RenderThread, followed by max/min/avg CPU time to draw a frame
36 // Number of GPU commands flushes and max/min/avg time per flush in nanoseconds.
42 // Number of View tree preparation counts and max/min/avg time to traverse the tree in
49 // Number of times the GPU rendered a frame and max/min/avg time for GPU to finish rendering in
57 // max/min/avg time in nanoseconds.
79 // max/min/avg CPU memory used for graphics by HWUI at the end of a frame.
84 // max/min/avg GPU memory used by HWUI at the end of a frame excluding textures.
89 // max/min/avg memory used for GPU textures by HWUI at the end of a frame.
94 // max/min/avg memory used by HWUI at the end of a frame. This is a sum of previous 3 categories.
/external/toolchain-utils/crosperf/test_cache/test_input/
Dresults.pickle1Avg 3d-cube: 28.000000ms\n13:23:35 INFO | autoserv| Sd 3d-cube: 1.247219ms\n13:23:35 INFO | autos…
/external/gson/gson/src/test/java/com/google/gson/metrics/
DPerformanceTest.java189 // Serialize classes avg time: 60 ms
190 // Deserialized classes avg time: 70 ms
191 // Serialize exposed classes avg time: 159 ms
192 // Deserialized exposed classes avg time: 173 ms
205 long avg = (t2 - t1) / NUM_ITERATIONS; in disabled_testSerializeClasses() local
206 System.out.printf("Serialize classes avg time: %d ms\n", avg); in disabled_testSerializeClasses()
217 long avg = (t2 - t1) / NUM_ITERATIONS; in disabled_testDeserializeClasses() local
218 System.out.printf("Deserialize classes avg time: %d ms\n", avg); in disabled_testDeserializeClasses()
251 long avg = (t2 - t1) / NUM_ITERATIONS; in disabled_testSerializeExposedClasses() local
252 System.out.printf("Serialize exposed classes avg time: %d ms\n", avg); in disabled_testSerializeExposedClasses()
[all …]
/external/libpng/intel/
Dfilter_sse2_intrinsics.c26 * The Sub filter predicts d=a, Avg d=(a+b)/2, and Paeth predicts d to be
113 /* The Avg filter predicts each pixel as the (truncated) average of a and b. in png_read_filter_row_avg3_sse2()
129 __m128i avg; in png_read_filter_row_avg3_sse2() local
134 avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2()
136 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
146 __m128i avg; in png_read_filter_row_avg3_sse2() local
151 avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2()
153 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2()
156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
[all …]
/external/iptables/extensions/
Dlibxt_hashlimit.c45 "--hashlimit <avg> max average match rate\n" in hashlimit_help()
85 " --hashlimit-upto <avg> max average match rate\n" in hashlimit_mt_help()
88 " --hashlimit-above <avg> min average match rate\n" in hashlimit_mt_help()
106 " --hashlimit-upto <avg> max average match rate\n" in hashlimit_mt_help_v3()
109 " --hashlimit-above <avg> min average match rate\n" in hashlimit_mt_help_v3()
251 to->avg = cfg->avg; in cfg_copy()
263 to->avg = cfg->avg; in cfg_copy()
543 if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_parse()
567 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_mt_parse_v1()
569 else if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_mt_parse_v1()
[all …]
Dlibxt_limit.c32 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n" in limit_help()
88 parse_rate(XT_LIMIT_AVG, &r->avg); in limit_init()
94 if (r->avg*r->burst/r->burst != r->avg)
96 "Sorry: burst too large for that avg rate.\n");
106 if (!parse_rate(cb->arg, &r->avg)) in limit_parse()
146 printf(" limit: avg"); print_rate(r->avg); in limit_print()
154 printf(" --limit"); print_rate(r->avg); in limit_save()
190 print_rate_xlate(r->avg, xl); in limit_xlate()
222 if (!parse_rate(optarg, &r->avg)) in brlimit_parse()
249 print_rate(r->avg); in brlimit_print()

12345678910>>...33