Home
last modified time | relevance | path

Searched refs:performance (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.test.performance_3.6.0.v20091014.jar ... .performance org.eclipse.test.internal.performance.InternalPerformanceMeter$DimensionComparator extends java.lang.Object ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
Dperformanceui.jar ... .gif org/eclipse/test/internal/performance/results/db/ScenarioResults$1$BuildDateComparator ...
/external/v8/test/mjsunit/
Dd8-performance-now.js33 if (this.performance && performance.now) {
35 var start_test = performance.now();
37 for (var start = performance.now();
39 start = performance.now()) {
40 var end = performance.now();
44 var next = performance.now();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/META-INF/
DMANIFEST.MF4 Bundle-SymbolicName: org.eclipse.test.performance.ui; singleton:=true
7 Bundle-Activator: org.eclipse.test.performance.ui.UiPlugin
15 org.eclipse.test.performance.derby;bundle-version="10.4.2";resolution:=optional,
18 org.eclipse.test.performance;bundle-version="3.6.0",
23 Export-Package: org.eclipse.test.internal.performance.results.db,
24 org.eclipse.test.internal.performance.results.model,
25 org.eclipse.test.internal.performance.results.ui,
26 org.eclipse.test.internal.performance.results.utils,
27 org.eclipse.test.performance.ui
/external/squashfs-tools/RELEASE-READMEs/
DPERFORMANCE.README4 The following performance tests were based on two file sets: the
7 The Ubuntu liveCD filesystem was used to test filesystem performance
9 CRAMFS filesystem performance could not be tested for this filesystem
11 CRAMFS performance against Squashfs, the liveCD filesystem from
20 1. Ubuntu liveCD performance tests
30 1.1.1 Directory Lookup performance
40 1.1.2 Sequential I/O performance
50 1.1.3 Random I/O performance
66 1.2.1 Directory Lookup performance
76 1.2.2 Sequential I/O performance
[all …]
/external/deqp/doc/testspecs/GLES2/
Dperformance.texture.format.txt19 Texture format performance tests
22 + dEQP-GLES2.performance.texture.format.*
25 + Texture lookup performance with all uncompressed texture formats
32 - Covered performance.texture.filtering and performance.texture.wrap
36 Test cases measure performance of 2D and cubemap texture lookups without
56 See performance.txt for more details on shader performance testing.
Dperformance.texture.upload.txt19 Texture upload performance tests
22 + dEQP-GLES2.performance.texture.upload.*
42 Texture upload performance cases measure the performance of texture upload
54 See performance.txt for more details on performance testing.
Dperformance.txt22 in performance test cases.
25 Measuring performance:
29 + Result should represent the performance of the tested feature or use case.
45 performance is expected to vary between iterations (due to undeterministic
48 the performance is more important from user experience perspective.
75 * Minimum and maximum computed performance
76 * Average computed performance
81 Shader execution tests measure the performance of single pair of vertex and
92 Test cases that measure fragment-side performance must make sure fragments
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DReadMe.txt8performance test is to test the "real world" applications of ICU, such as Date Formatting and the …
10 There is no Perl script associated with this performance test, due to the fact that the performance
12 There are 7 tests contained in this performance test:
/external/deqp/doc/testspecs/GLES3/
Dperformance.txt22 in performance test cases.
25 Measuring performance:
29 + Result should represent the performance of the tested feature or use case.
45 performance is expected to vary between iterations (due to undeterministic
48 the performance is more important from user experience perspective.
75 * Minimum and maximum computed performance
76 * Average computed performance
81 Shader execution tests measure the performance of single pair of vertex and
92 Test cases that measure fragment-side performance must make sure fragments
Dperformance.buffer.data_upload.txt19 Buffer upload performance tests
22 + dEQP-GLES3.performance.buffer.data_upload.*
25 + Memcpy performance tests for reference values
40 + Buffer mapping performance
61 + Buffer upload performance after a draw call using the target buffer
64 + Uploaded buffer rendering performance tests
69 + Sustained upload performance tests
73 Upload performance tests approximate upload speed by testing time usage of different
101 reference value. "small_buffers" test case tests memcpy performance with transfer size
119 performance from the observation of a buffer upload completion (a return from a
[all …]
/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/
DPerformanceResultsPreferenceInitializer.java11 package org.eclipse.test.internal.performance.results.ui;
17 import org.eclipse.test.internal.performance.PerformanceTestPlugin;
18 import org.eclipse.test.internal.performance.data.Dim;
19 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
20 import org.eclipse.test.performance.Dimension;
DComponentResultsView.java11 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;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DComponentResultsElement.java11 package org.eclipse.test.internal.performance.results.model;
21 import org.eclipse.test.internal.performance.results.db.AbstractResults;
22 import org.eclipse.test.internal.performance.results.db.ComponentResults;
23 import org.eclipse.test.internal.performance.results.db.PerformanceResults;
24 import org.eclipse.test.internal.performance.results.db.ScenarioResults;
25 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
26 import org.eclipse.test.internal.performance.results.utils.Util;
/external/v8/test/perf-test/Collections/
Dbase.js7 var performance = performance || {}; variable
8 performance.now = (function() {
9 return performance.now ||
10 performance.mozNow ||
11 performance.msNow ||
12 performance.oNow ||
13 performance.webkitNow ||
/external/icu/icu4c/source/test/perf/
DREADME7 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU,
9 performance tests are driven by a perl-based script which calls the underlying C program and
30 3) Build the ICU performance tests either through Visual Studios or with the Makefile.
31 (The location of the performance test is: icu/source/test/perf)
36 b) Path to the performance test data
54 Note: After building the performance tests, it is a good idea to execute each C program to ensure t…
56 Note: To run the actual performance test, you will need to setup Perl with the following modules:
59 …s take a while depending on the machine it is running on so a script to run each performance test's
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DRawDataTable.java11 package org.eclipse.test.performance.ui;
18 import org.eclipse.test.internal.performance.data.Dim;
19 import org.eclipse.test.internal.performance.results.db.BuildResults;
20 import org.eclipse.test.internal.performance.results.db.ConfigResults;
21 import org.eclipse.test.internal.performance.results.db.DB_Results;
22 import org.eclipse.test.internal.performance.results.utils.Util;
/external/deqp/
DAndroid.mk373 modules/gles2/performance/es2pBlendTests.cpp \
374 modules/gles2/performance/es2pDrawCallBatchingTests.cpp \
375 modules/gles2/performance/es2pPerformanceTests.cpp \
376 modules/gles2/performance/es2pRedundantStateChangeTests.cpp \
377 modules/gles2/performance/es2pShaderCompilationCases.cpp \
378 modules/gles2/performance/es2pShaderCompilerTests.cpp \
379 modules/gles2/performance/es2pShaderControlStatementTests.cpp \
380 modules/gles2/performance/es2pShaderOperatorTests.cpp \
381 modules/gles2/performance/es2pShaderOptimizationTests.cpp \
382 modules/gles2/performance/es2pStateChangeCallTests.cpp \
[all …]
/external/deqp/modules/gles3/
DCMakeLists.txt10 add_subdirectory(performance)
16 performance
34 deqp-gles3-performance
/external/deqp/modules/gles2/
DCMakeLists.txt6 performance
15 add_subdirectory(performance)
34 deqp-gles2-performance
/external/deqp/modules/gles3/performance/
DCMakeLists.txt1 # dEQP-GLES3.performance
38 add_library(deqp-gles3-performance STATIC ${DEQP_GLES3_PERFORMANCE_SRCS})
39 target_link_libraries(deqp-gles3-performance deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})
/external/deqp/modules/gles2/performance/
DCMakeLists.txt1 # dEQP-GLES2.performance
38 add_library(deqp-gles2-performance STATIC ${DEQP_GLES2_PERFORMANCE_SRCS})
39 target_link_libraries(deqp-gles2-performance deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt8 to the performance problem faced by modern architectures and programming
17 tradeoff between performance and portability. On a deeper level, however,
18 there are two reasons that optimal system performance may be obtained by a
23 optimal performance in all cases, because applications have varying dynamic
31 the performance problem. Instruction set architectures (ISAs) continuously
49 increase in effective system performance for real world environments.
/external/fio/tools/plot/
Dfio2gnuplot.manpage14 - raw : Plot the exact reported performance. This plotting could be difficult to read
31 the performance.
37 A bar graph to show the average performance of each file.
38 A green line is added to show the global average performance.
43 A green line is added to show the global average of minimal performance.
48 A bar graph to show the maximum performance of each file.
49 A green line is added to show the global average of maximal performance.
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-kvm.txt23 a performance counter profile of guest os in realtime
26 'perf kvm record <command>' to record the performance counter profile
32 'perf kvm report' to display the performance counter profile information
35 'perf kvm diff' to displays the performance difference amongst two perf.data
42 'perf kvm stat <command>' to run a command and gather performance counter
67 Collect host side performance profile.
69 Collect guest side performance profile.

12345678910>>...17