Home
last modified time | relevance | path

Searched refs:perf (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp30 namespace perf namespace
64 #define SZ_ALL_VGA ::testing::Values(::perf::szQVGA, ::perf::szVGA, ::perf::szSVGA)
65 #define SZ_ALL_GA ::testing::Values(::perf::szQVGA, ::perf::szVGA, ::perf::szSVGA, ::perf::szXGA, …
66 #define SZ_ALL_HD ::testing::Values(::perf::sznHD, ::perf::szqHD, ::perf::sz720p, ::perf::sz1080p)
67 #define SZ_ALL_SMALL ::testing::Values(::perf::szSmall24, ::perf::szSmall32, ::perf::szSmall64, ::p…
68 …g::Values(::perf::szQVGA, ::perf::szVGA, ::perf::szSVGA, ::perf::szXGA, ::perf::szSXGA, ::perf::sz…
69 #define SZ_TYPICAL ::testing::Values(::perf::szVGA, ::perf::szqHD, ::perf::sz720p, ::perf::szODD)
72 #define TYPICAL_MAT_SIZES ::perf::szVGA, ::perf::sz720p, ::perf::sz1080p, ::perf::szODD
207 #define SANITY_CHECK(array, ...) ::perf::Regression::add(this, #array, array , ## __VA_ARGS__)
208 #define SANITY_CHECK_MOMENTS(array, ...) ::perf::Regression::addMoments(this, #array, array , ## __…
[all …]
Docl_perf.hpp51 using namespace perf;
63 public ::perf::TestBase \
100 …for (cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::perf::safeFinish(), stopT…
103 …for(declare.iterations(n), cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::per…
106 …for (declare.runs(runsNum), cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::pe…
107 for (int r = 0; r < runsNum; cvtest::ocl::perf::safeFinish(), ++r)
110 namespace perf { namespace
126 using namespace perf;
Dcuda_perf.hpp53 namespace perf namespace
70 …#define DEF_PARAM_TEST(name, ...) typedef ::perf::TestBaseWithParam< std::tr1::tuple< __VA_ARGS__ …
71 #define DEF_PARAM_TEST_1(name, param_type) typedef ::perf::TestBaseWithParam< param_type > name
74 typedef perf::Size_MatType Sz_Type;
75 DEF_PARAM_TEST(Sz_Depth, cv::Size, perf::MatDepth);
76 DEF_PARAM_TEST(Sz_Depth_Cn, cv::Size, perf::MatDepth, MatCn);
78 #define CUDA_TYPICAL_MAT_SIZES testing::Values(perf::sz720p, perf::szSXGA, perf::sz1080p)
116 CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, perf::printCudaInfo())\
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_devicetest.py13 from devil.android.perf import perf_control
27 perf = perf_control.PerfControl(self._device)
29 perf.SetPerfProfilingMode()
30 cpu_info = perf.GetCpuInfo()
31 self.assertEquals(len(perf._cpu_files), len(cpu_info))
36 perf.SetDefaultPerfMode()
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp80 PackageLookup(const DictionaryTriePerfTest &perf) { in PackageLookup() argument
82 CharString filename(perf.getSourceDir(), errorCode); in PackageLookup()
136 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in BinarySearchPackageLookup() argument
137 : PackageLookup(perf) { in BinarySearchPackageLookup()
245 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in PrefixBinarySearchPackageLookup() argument
246 : BinarySearchPackageLookup(perf) {} in PrefixBinarySearchPackageLookup()
272 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) in BytesTriePackageLookup() argument
273 : PackageLookup(perf) { in BytesTriePackageLookup()
328 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} in DictLookup()
331 return perf.numTextLines; in getOperationsPerIteration()
[all …]
/external/chromium-trace/catapult/telemetry/bin/
DREADME.chromium25 Directions for building perf:
29 shell> cd tools/perf
31 shell> ./perf test
42 shell> mv perf perfhost_trusty
44 android/armeabi-v7a/perf:
49 2013-09-26 - bulach - perf / perfhost / tcpdump:
51 make -j32 perf perfhost tcpdump
53 android/arm64-v8a/perf:
/external/autotest/client/site_tests/kernel_PerfEventRename/src/
DMakefile5 perf-rename-test: perf-rename-test.c
6 $(CC) -g perf-rename-test.c -o perf-rename-test -lpthread
/external/opencv3/modules/imgproc/perf/
Dperf_integral.cpp5 using namespace perf;
10 typedef perf::TestBaseWithParam<Size_MatType_OutMatDepth_t> Size_MatType_OutMatDepth;
36 testing::Values(::perf::szVGA, ::perf::sz1080p), in PERF_TEST_P()
61 testing::Values( ::perf::szVGA, ::perf::szODD , ::perf::sz1080p ), in PERF_TEST_P()
Dperf_cvt_color.cpp5 using namespace perf;
241 typedef perf::TestBaseWithParam<Size_CvtMode_t> Size_CvtMode;
245 testing::Values(::perf::szODD, ::perf::szVGA, ::perf::sz1080p), in PERF_TEST_P()
272 typedef perf::TestBaseWithParam<Size_CvtMode_Bayer_t> Size_CvtMode_Bayer;
276 testing::Values(::perf::szODD, ::perf::szVGA), in PERF_TEST_P()
298 typedef perf::TestBaseWithParam<Size_CvtMode2_t> Size_CvtMode2;
323 typedef perf::TestBaseWithParam<Size_CvtMode3_t> Size_CvtMode3;
351 typedef perf::TestBaseWithParam<EdgeAwareParams> EdgeAwareDemosaicingTest;
Dperf_threshold.cpp5 using namespace perf;
12 typedef perf::TestBaseWithParam<Size_MatType_ThreshType_t> Size_MatType_ThreshType;
41 typedef perf::TestBaseWithParam<Size> Size_Only;
64 typedef perf::TestBaseWithParam<Size_AdaptThreshType_AdaptThreshMethod_BlockSize_t> Size_AdaptThres…
Dperf_pyramids.cpp5 using namespace perf;
18 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
39 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
61 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
/external/skia/site/dev/testing/
Dskiaperf.md4 [Skia Perf](https://perf.skia.org) is a web based interface for exploring
13 clustering](https://perf.skia.org/clusters/).
21 For example, this query displays the [total code size of the library over time](https://perf.skia.o…
25 …io of playback time in ms to the number of ops for desk\_wowwiki.skp](https://perf.skia.org/#1876):
32 …he data to answer questions like [how many tests were run per commit](https://perf.skia.org/#1878).
36 See Skia Perf for the [full list of functions available](https://perf.skia.org/help).
46 <iframe src='https://perf.skia.org/frame/#4518' width=500 height=300 frameborder=0></iframe>
50 <iframe src='https://perf.skia.org/frame/#4518' width=500 height=300 frameborder=0></iframe>
/external/autotest/tko/
Dnightly.py6 from autotest_lib.tko import db, plotgraph, perf
12 nrows = perf.db_cur.execute(cmd)
13 return [row[0] for row in perf.db_cur.fetchall()]
28 nrows = perf.db_cur.execute(cmd)
29 return dict(perf.db_cur.fetchall())
55 nrows = perf.db_cur.execute(cmd, args)
56 for testrunx, machx in perf.db_cur.fetchall():
57 platform, host = perf.machine_idx_to_platform_host(machx)
96 vals = perf.get_metric_at_point(runs[platform], metric)
113 vals = perf.get_metric_at_point(test_runs[kernel][platform],
[all …]
/external/opencv3/modules/photo/perf/
Dperf_inpaint.cpp5 using namespace perf;
11 typedef perf::TestBaseWithParam<InpaintArea_InpaintingMethod_t> InpaintArea_InpaintingMethod;
16 testing::Values(::perf::szSmall24, ::perf::szSmall32, ::perf::szSmall64), in PERF_TEST_P()
/external/skia/platform_tools/android/bin/
Dandroid_perf83 $ADB shell perf record -p ${APP_PID} sleep 70
85 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data
91 adb_pull_if_needed /data/perf.data $PERF_TMP_DIR/perf.data
92 $PERFHOST report -i $PERF_TMP_DIR/perf.data --symfs=$PERF_TMP_DIR ${runVars[@]}
/external/vulkan-validation-layers/layers/
Dvk_layer_settings.txt38 # perf - Report using the API in a way that may cause suboptimal performance
55 lunarg_device_limits.report_flags = error,warn,perf
60 lunarg_core_validation.report_flags = error,warn,perf
65 lunarg_image.report_flags = error,warn,perf
70 lunarg_object_tracker.report_flags = error,warn,perf
75 lunarg_parameter_validation.report_flags = error,warn,perf
80 lunarg_swapchain.report_flags = error,warn,perf
85 google_threading.report_flags = error,warn,perf
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
DPerformanceSuite.java12 package org.jacoco.core.test.perf;
16 import org.jacoco.core.test.perf.targets.Target01;
17 import org.jacoco.core.test.perf.targets.Target02;
18 import org.jacoco.core.test.perf.targets.Target03;
/external/autotest/client/site_tests/platform_Perf/
Dcontrol7 PURPOSE = 'Verify that the perf tool works properly.'
10 Successfully collect a perf data profile and verify that the contents are well
23 Runs 'perf record' and 'perf report'.
/external/chromium-trace/catapult/telemetry/build/
Dgenerate_telemetry_harness.sh10 src/tools/perf/find_dependencies \
11 src/tools/perf/run_benchmark \
12 src/tools/perf/record_wpr \
/external/valgrind/
DREADME_DEVELOPERS57 To build and run all the performance tests, run "make [--quiet] perf".
61 perl perf/vg_perf <name>
67 perl perf/vg_perf perf/
68 perl perf/vg_perf perf/bz2.vgperf
69 perl perf/vg_perf perf/bz2
76 perl perf/vg_perf --vg=../trunk1 --vg=../trunk2 perf/
239 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind perf
241 To run a specific perf test (e.g. bz2) in this setup, do :
242 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind perf/bz2
245 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind \
[all …]
/external/opencv3/modules/core/perf/
Dperf_compare.cpp5 using namespace perf;
12 typedef perf::TestBaseWithParam<Size_MatType_CmpType_t> Size_MatType_CmpType;
16 testing::Values(::perf::szVGA, ::perf::sz1080p), in PERF_TEST_P()
/external/opencv3/modules/cudaobjdetect/perf/
Dperf_objdetect.cpp47 using namespace perf;
111 cv::cuda::CascadeClassifier::create(perf::TestBase::getDataPath(GetParam().second));
127 …ASSERT_TRUE(cascade.load(perf::TestBase::getDataPath("gpu/perf/haarcascade_frontalface_alt.xml")));
149 cv::cuda::CascadeClassifier::create(perf::TestBase::getDataPath(GetParam().second));
165 …ASSERT_TRUE(cascade.load(perf::TestBase::getDataPath("gpu/lbpcascade/lbpcascade_frontalface.xml"))…
/external/autotest/client/site_tests/kernel_PerfEventRename/
Dcontrol7 Test to determine if the kernel's perf event architecture can handle
10 A test program which changes its name using prctl runs under perf and runs
13 perf again to produce a report. The report is checked to see that the samples
19 Fails if perf report doesn't contain the correct executable name
/external/valgrind/docs/internals/
Dperformance.txt24 as they were accessed. This sped up perf/heap by 25--50%, and some big
27 which gave almost identical results while saving 2% in perf/tinycc and 10%
28 in perf/heap on a 3GHz Prescott P4.
30 end. Saved 7% on perf/heap with --num-callers=50, and about 1% on
31 perf/tinycc.
/external/autotest/client/site_tests/telemetry_UnitTests/
Dcontrol.perf7 PURPOSE = "Run the Telemetry perf unit tests as a logged-in user."
16 Verifies that all Telemetry perf unit tests pass when run as a logged-in user.
19 job.run_test('telemetry_UnitTests', browser_type='system', tag='perf',

12345678910>>...12