Home
last modified time | relevance | path

Searched full:efficiency (Results 1 – 25 of 1772) sorted by relevance

12345678910>>...71

/external/sdv/vsomeip/third_party/boost/parameter/test/
Dtimings.txt16 g++ -c -o efficiency.o -ftemplate-depth-100 -funroll-loops \
17 -O3 -finline-functions -Wno-inline -DNDEBUG efficiency.cpp
19 g++ -o efficiency.exe efficiency.o -Wl,--strip-all
21 efficiency && efficiency && efficiency
52 g++ -c -o efficiency.o -ftemplate-depth-100 -funroll-loops \
53 -O3 -finline-functions -Wno-inline -DNDEBUG efficiency.cpp
55 g++ -o efficiency.exe efficiency.o -Wl,--strip-all
88 cl -O2 efficiency.cpp -EHsc -I\lib\boost\include\boost-1_33
101 cl -O2 efficiency.cpp -EHsc -I\lib\boost\include\boost-1_33
114 g++ -c -o efficiency.o -ftemplate-depth-100 -funroll-loops -O3
[all …]
/external/clang/test/Driver/
Desan.c1 // RUN: %clang -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -…
2 // RUN: %clang -O1 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -…
3 // RUN: %clang -O2 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -…
4 // RUN: %clang -O3 -target x86_64-unknown-linux -fsanitize=efficiency-cache-frag %s -S -emit-llvm -…
5 // RUN: %clang -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm …
6 // RUN: %clang -O1 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm …
7 // RUN: %clang -O2 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm …
8 // RUN: %clang -O3 -target x86_64-unknown-linux -fsanitize=efficiency-working-set %s -S -emit-llvm …
9 // Verify that -fsanitize=efficiency-* invokes esan instrumentation.
Dfsanitize.c91 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,address -pie -fno-rtti %s …
92 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,address -pie -fno-rtti %s…
93 // CHECK-SANE-SANA: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=address'
95 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,leak -pie -fno-rtti %s -##…
96 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,leak -pie -fno-rtti %s -#…
97 // CHECK-SANE-SANL: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=leak'
99 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,thread -pie -fno-rtti %s -…
100 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set,thread -pie -fno-rtti %s …
101 // CHECK-SANE-SANT: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=thread'
103 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag,memory -pie -fno-rtti %s -…
[all …]
Dsanitize_unwind_tables.c10 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag %s -### 2>&1 | FileCheck …
11 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set %s -### 2>&1 | FileCheck…
/external/XNNPACK/src/xnnpack/
Dparams.h216 …// For best efficiency, micro-kernel must process a multiple of this number of elements in each ca…
239 …// For best efficiency, micro-kernel must process a multiple of this number of elements in each ca…
259 // For best efficiency, micro-kernel must produce a multiple of this number of rows in each call.
270 // For best efficiency, micro-kernel must produce a multiple of this number of rows in each call.
277 …// For best efficiency, micro-kernel must process a multiple of this number of channels in each ca…
317 // For best efficiency, micro-kernel must produce a multiple of this number of rows in each call.
320 …// For best efficiency, micro-kernel must process a multiple of this number of channels in each ca…
337 …// For best efficiency, multipass micro-kernel must process the number of rows in the primary tile…
341 …// For best efficiency, micro-kernel must process a multiple of this number of channels in each ca…
357 …// For best efficiency, multipass micro-kernel must process the number of rows in the primary tile…
[all …]
/external/eigen/bench/
Danalyze-blocking-sizes.cpp200 float efficiency; member
205 return e1.efficiency < e2.efficiency; in lower_efficiency()
251 entry.efficiency = it->gflops / max_gflops; in import_input_file_range_one_product_size()
306 float efficiency = 1.0f; in efficiency_of_subset() local
319 …iciency_this_entry = min(efficiency_this_entry, preprocessed_inputfiles[*i].entries[e].efficiency); in efficiency_of_subset()
323 efficiency = min(efficiency, efficiency_this_product_size); in efficiency_of_subset()
331 return efficiency; in efficiency_of_subset()
370 …iciency_this_entry = min(efficiency_this_entry, preprocessed_inputfiles[*i].entries[e].efficiency); in dump_table_for_subset()
404 float efficiency = 1.0f; in efficiency_of_partition() local
406 efficiency = min(efficiency, efficiency_of_subset(preprocessed_inputfiles, *s)); in efficiency_of_partition()
[all …]
/external/compiler-rt/test/esan/
Dlit.cfg11 # Setup default compiler flags used with -fsanitize=efficiency option.
15 frag_cflags = (["-fsanitize=efficiency-cache-frag"] + base_cflags)
16 wset_cflags = (["-fsanitize=efficiency-working-set"] + base_cflags)
21 "-fsanitize=efficiency-working-set"] + base_cxxflags)
/external/armnn/tests/MemoryStrategyBenchmark/
DMemoryStrategyBenchmark.cpp82 float efficiency = static_cast<float>(minSize) / static_cast<float>(memoryUsage); in RunBenchmark() local
83 efficiency*=100; in RunBenchmark()
84 avgEfficiency += efficiency; in RunBenchmark()
93 std::cout << "Memory efficiency: " << std::setprecision(3) << efficiency << "%\n"; in RunBenchmark()
101 std::cout << "Average memory efficiency: " << std::setprecision(3) << avgEfficiency << "%\n"; in RunBenchmark()
/external/clang/include/clang/Basic/
DSanitizers.def118 SANITIZER("efficiency-cache-frag", EfficiencyCacheFrag)
119 SANITIZER("efficiency-working-set", EfficiencyWorkingSet)
121 SANITIZER_GROUP("efficiency-all", Efficiency,
/external/libaom/
DCHANGELOG2 This release includes new codec interfaces, compression efficiency and
16 - Compression Efficiency Improvements
145 This release includes new codec interfaces, compression efficiency and
163 - Compression Efficiency Improvements
220 This release includes new codec interfaces, compression efficiency and
246 - Compression Efficiency Improvements
374 This release includes compression efficiency and perceptual quality
394 - Compression Efficiency Improvements
395 * Peak compression efficiency in VOD setting is improved by 1%.
463 * Optimizations to improve multi-thread efficiency in real-time encoding
[all …]
/external/bcc/man/man8/
Drunqslower.839 Only show this PID (filtered in kernel for efficiency).
42 Only show this TID (filtered in kernel for efficiency).
74 has very low overhead, and this tool uses in-kernel maps for efficiency, the
Drunqlat.825 for efficiency. Despite this, the overhead of this tool may become significant
56 Only show this PID (filtered in kernel for efficiency).
95 has very low overhead, and this tool uses in-kernel maps for efficiency, the
Dcpudist.821 for efficiency. Despite this, the overhead of this tool may become significant
48 Only show this PID (filtered in kernel for efficiency).
105 has very low overhead, and this tool uses in-kernel maps for efficiency, the
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/
Dcpu_info.cc79 // efficiency CPU cores is subtracted from the total number of CPU cores. Uses
81 // efficiency core.
84 // Motorola Moto G7 has performance and efficiency cores with the same
107 // CPUs are efficiency cores. If we count the number of the fastest CPUs, we in GetNumberOfPerformanceCoresOnline()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/
Dcpu_info.cc79 // efficiency CPU cores is subtracted from the total number of CPU cores. Uses
81 // efficiency core.
84 // Motorola Moto G7 has performance and efficiency cores with the same
107 // CPUs are efficiency cores. If we count the number of the fastest CPUs, we in GetNumberOfPerformanceCoresOnline()
/external/clang/test/Lexer/
Dhas_feature_efficiency_sanitizer.cpp1 // RUN: %clang_cc1 -E -fsanitize=efficiency-cache-frag %s -o - | FileCheck --check-prefix=CHECK-ESA…
2 // RUN: %clang_cc1 -E -fsanitize=efficiency-working-set %s -o - | FileCheck --check-prefix=CHECK-ES…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/process_reclaim/process_reclaim_eff/
Dformat9 field:int efficiency; offset:8; size:4; signed:1;
12 print fmt: "%d, %d", REC->efficiency, REC->reclaim_avg_efficiency
/external/stg/doc/
DSCC.md94 both methods (-efficiency).
126 nodes musn't be reopened (-simplicity, -efficiency). It does allow the user to
161 (+simplicity, +efficiency).
204 inefficiency (-simplicity, -power, -efficiency)). So the best thing to supply is
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h188 // efficiency. If block_align is not nullptr, it is called to round up the
247 // is chosen based on the iteration cost and resulting parallel efficiency. If
337 // efficiency. We want blocks to be not too small to mitigate parallelization
360 // Calculate parallel efficiency as fraction of total CPU time used for in CalculateParallelForBlock()
367 // doesn't decrease parallel efficiency. in CalculateParallelForBlock()
381 // Recalculate parallel efficiency. in CalculateParallelForBlock()
/external/sdv/vsomeip/third_party/boost/function/doc/
Dmisc.xml44 <title>Copying efficiency</title>
45 … stored within the <code>boost::function</code> object itself, improving copying efficiency.</para>
49 <title>Invocation efficiency</title>
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding.h31 // TODO(eladalon): Split into optional and non-optional variants (efficiency).
41 // TODO(eladalon): Split into optional and non-optional variants (efficiency).
/external/libgav1/src/utils/
Dcpu_test.cc126 // efficiency CPU cores is subtracted from the total number of CPU cores. Uses
128 // efficiency core.
131 // Motorola Moto G7 has performance and efficiency cores with the same
159 // CPUs are efficiency cores. If we count the number of the fastest CPUs, we in GetNumberOfPerformanceCoresOnline()
/external/tensorflow/tensorflow/tools/android/test/jni/
Dyuv2rgb.h37 // For efficiency, no error checking is performed.
49 // For efficiency, no error checking is performed.
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
Dscan_loop.h102 // MTE-tagged. Piggyback on |mask| to untag, for efficiency. in RunUnvectorized()
140 // MTE-tagged. Piggyback on |regular_pool_mask| to untag, for efficiency. in RunAVX2()
184 // MTE-tagged. Piggyback on |regular_pool_mask| to untag, for efficiency. in RunSSE4()
226 // MTE-tagged. Piggyback on |regular_pool_mask| to untag, for efficiency. in RunNEON()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.017 compression to tgz files while retaining the I/O efficiency of a compressed
148 This scheme produces a hybrid filesystem, retaining the I/O efficiency
149 of a compressed filesystem, while obtaining the compression efficiency

12345678910>>...71