HomeSort by relevance Sort by last modified time
    Searched full:performance (Results 651 - 675 of 6790) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
fastmem.h 40 // Performance measurement:
61 // The performance is similar to the performance memcmp(), but faster for
122 // To avoid code bloat don't use it in case of not performance-critical spots,
  /system/core/metricsd/uploader/proto/
README 37 * performance profiling protobuffers (not used in chromium os).
  /external/netperf/src/
netcpu_ntperf.c 71 /* The NT performance data is accessed through the NtQuerySystemInformation
97 // Open the performance counter interface
134 Changed to no longer access the NT performance registry interfaces.
192 The Performance counters must be read twice to produce rate and
196 of the performance counters. ReportPerfCntrs is called to print the
272 This routine reports the results of the various performance
428 This routine cleans up the performance counter APIs.
  /external/pcre/dist/doc/html/
pcreperform.html 16 PCRE PERFORMANCE
19 Two aspects of performance are discussed below: memory usage and processing
97 about optimizing regular expressions for efficient performance. This document
109 backwards compatibility, and partly for performance reasons. However, you can
112 a traditional matching function; the performance loss is less with
134 newlines, the best performance is obtained by setting PCRE_DOTALL, or starting
171 In many cases, the solution to this kind of performance issue is to use an
  /hardware/libhardware/include/hardware/
power.h 210 * may result in adjustment of power/performance parameters of the
233 * is intended to save battery at the cost of performance. The data
239 * Sustained Performance mode is actived or deactivated. Sustained
240 * performance mode is intended to provide a consistent level of
241 * performance for a prolonged amount of time. The data parameter is
242 * non-zero when sustained performance mode is activated, and zero
248 * provide minimum guarantee for performance for the amount of time the
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 48 public static final int PERFORMANCE = 1;
136 * Listener.performance() 'intermediates' argument is a list of these.
155 void performance(String className, method in interface:TestRunner.Listener
196 private void performance(String className, method in class:TestRunner
202 mListeners.get(i).performance(className,
303 if (mMode == PERFORMANCE) {
349 if (mMode == PERFORMANCE) {
409 // only run the test if it is not marked as a performance only test
478 performance(testNameInDb, (duration * 1000000) / iterations, method
509 if (mMode == PERFORMANCE) {
    [all...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
mainpage.dox 46 /// Compromises have only been made where performance would be adversely affected such as minimizing the
73 /// performance and reliability. In essence any memory used by a lexer, parser or tree parser is automatically tracked and
92 /// \section performance Performance
94 /// It is C :-). Basic testing of performance against the Java runtime,
  /external/caliper/examples/src/main/java/examples/
BitSetBenchmark.java 71 * BaselineIteration result. This suggests that the performance of
81 * <p>While these are only estimates, we can conclude that when performance is
86 * performance.
102 * This benchmark attempts to measure performance of {@link BitSet#set}.
113 * This benchmark attempts to measure performance of direct bit-manipulation.
  /external/chromium-trace/catapult/telemetry/
README.md 8 Telemetry is the performance testing framework used by Chrome. It allows you
21 * Write one performance test that runs on major platforms - Windows, Mac,
29 **Telemetry is designed for measuring performance rather than checking
60 and performance benchmarks that use Telemetry live in
66 performance of automated actions in terms of benchmarks, measurements, and story
  /external/netperf/doc/
netperf.man 4 netperf \- a network performance benchmark
14 networking performance.
16 performance using either TCP or UDP, and the Berkeley Sockets
52 a test (possibly at the expense of performance).
229 HP Information Networks Division - Networking Performance Team.
  /frameworks/compile/libbcc/
README.rst 16 performance *at the same time*. libbcc attempts to address these
41 steady-state performance:
50 if the given apps are performance-sensitive. Thus, we implemented
52 steady-state performance.
74 * For steady-state performance, we enable VFP3 and aggressive
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 11 package org.eclipse.test.internal.performance.results.ui;
36 import org.eclipse.test.internal.performance.results.model.BuildResultsElement;
37 import org.eclipse.test.internal.performance.results.model.ComponentResultsElement;
38 import org.eclipse.test.internal.performance.results.model.ConfigResultsElement;
39 import org.eclipse.test.internal.performance.results.model.DimResultsElement;
40 import org.eclipse.test.internal.performance.results.model.PerformanceResultsElement;
41 import org.eclipse.test.internal.performance.results.model.ResultsElement;
42 import org.eclipse.test.internal.performance.results.model.ScenarioResultsElement;
43 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
44 import org.eclipse.test.internal.performance.results.utils.Util
    [all...]
  /external/fec/
simd-viterbi.3 53 These functions implement high performance Viterbi decoders for four
201 For performance reasons, calling this function changes the code
205 .SH ERROR PERFORMANCE
207 performance consistent with that expected for soft-decision Viterbi
211 vary slightly in error performance. In
212 general, the portable C versions exhibit the best error performance
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 197 /* NFC performance */
202 /* NFD performance */
207 /* FCD performance */
212 /*Win NFC performance */
217 /* Win NFD performance */
222 /* Quick check performance */
  /frameworks/base/docs/html/about/versions/
android-2.2-highlights.jd 167 <h3>Improved performance</h3>
172 <p><span class="green">Performance of the browser</span> has been enhanced using the V8 engine,
174 <p><span class="green">Dalvik Performance Boost:</span> 2x-5x performance speedup for CPU-heavy code
176 <p>The graph to the right shows the performance <span class="green">speedup</span> from Android 2.1
180 which results in faster app switching and smoother performance on memory-constrained devices.</p>
  /external/owasp/sanitizer/tools/findbugs/doc/
findbugs2.html 76 replacement that offers better accuracy and performance.</p>
123 <li><a href="#performance">Improved performance</a>: overall, we've seen an average 10%
124 performance improvement over a large range of benchmarks, although a few users have experienced
125 performance regressions we are still trying to understand.</li>
131 particular, we've significantly improved both the accuracy and performance of the analysis of
200 <h2 id="performance">Performance Improvements/regressions</h2>
202 In our own testing, <a href="performance.html">we've seen an overall improvement of 9% in
203 FindBugs performance from 1.3.9 to 2.0.0, with the majority of benchmarks seeing improvements</a>.
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 64 * assembly code to improve performance.
70 /*lint -e(704) <avoid multiply for performance>*/ \
75 /*lint -e(704) <avoid multiply for performance>*/ \
80 /*lint -e(704) <avoid multiply for performance>*/ \
85 /*lint -e(704) <avoid divide for performance>*/ \
126 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
144 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
181 #define MULT_EG1_EG1(gain,damping) /*lint -e(704) <avoid divide for performance>*/ \
200 #define MULT_EG1_EG1_X2(gain,damping) /*lint -e(702) <avoid divide for performance>*/ \
226 #define GET_DENTS_INT_PART(x) /*lint -e(704) <avoid divide for performance>*/ \
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 54 * assembly code to improve performance.
60 /*lint -e(704) <avoid multiply for performance>*/ \
65 /*lint -e(704) <avoid multiply for performance>*/ \
70 /*lint -e(704) <avoid multiply for performance>*/ \
75 /*lint -e(704) <avoid divide for performance>*/ \
116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
134 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
171 #define MULT_EG1_EG1(gain,damping) /*lint -e(704) <avoid divide for performance>*/ \
190 #define MULT_EG1_EG1_X2(gain,damping) /*lint -e(702) <avoid divide for performance>*/ \
216 #define GET_DENTS_INT_PART(x) /*lint -e(704) <avoid divide for performance>*/ \
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 216 /* Performance counter groups */
692 * @groupid: Performance counter group ID
697 * Get an available performance counter from a specified groupid. The offset
698 * of the performance counter will be returned after successfully assigning
720 * @groupid: Performance counter group ID
723 * Put an allocated performance counter to allow others to have access to the
725 * successfully getting a performance counter from kgsl_perfcounter_get().
740 * @groupid: Performance counter group ID
745 * Query the available performance counters given a groupid. The array
770 * @groupid: Performance counter group ID
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_kgsl.h 238 /* Performance counter groups */
731 * @groupid: Performance counter group ID
736 * Get an available performance counter from a specified groupid. The offset
737 * of the performance counter will be returned after successfully assigning
759 * @groupid: Performance counter group ID
762 * Put an allocated performance counter to allow others to have access to the
764 * successfully getting a performance counter from kgsl_perfcounter_get().
779 * @groupid: Performance counter group ID
784 * Query the available performance counters given a groupid. The array
809 * @groupid: Performance counter group ID
    [all...]
  /cts/tests/openglperf2/src/android/opengl2/cts/primitive/
GLPrimitiveBenchmark.java 75 * Runs the shader performance test offscreen.
84 * Runs the shader performance test onscreen.
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/
README.md 12 [RenderScript][1] is a framework for running computationally intensive tasks at high performance on Android. RenderScript is
17 in image processing. Intrinsics provide extremely high-performance implementations of standard
  /developers/samples/android/renderScript/RenderScriptIntrinsic/
README.md 12 [RenderScript][1] is a framework for running computationally intensive tasks at high performance on Android. RenderScript is
17 in image processing. Intrinsics provide extremely high-performance implementations of standard
template-params.xml 75 [RenderScript][1] is a framework for running computationally intensive tasks at high performance on Android. RenderScript is
80 in image processing. Intrinsics provide extremely high-performance implementations of standard
  /developers/samples/android/wearable/wear/AlwaysOn/
template-params.xml 74 As always, you will still want to apply the [performance guidelines][3] outlined in the Watch Faces documention to your app.
78 [3]: https://developer.android.com/training/wearables/watch-faces/performance.html

Completed in 1478 milliseconds

<<21222324252627282930>>