Searched defs:perf (Results 1 - 25 of 40) sorted by relevance

12

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
H A DAnalysisTimeScenario.java12 package org.jacoco.core.test.perf;
H A DExecuteInstrumentedCodeScenario.java12 package org.jacoco.core.test.perf;
H A DIPerfScenario.java12 package org.jacoco.core.test.perf;
H A DInstrumentationSizeSzenario.java12 package org.jacoco.core.test.perf;
H A DInstrumentationTimeScenario.java12 package org.jacoco.core.test.perf;
H A 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;
H A DIPerfOutput.java12 package org.jacoco.core.test.perf;
H A DTimedScenario.java12 package org.jacoco.core.test.perf;
H A DPerfOutputWriter.java12 package org.jacoco.core.test.perf;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
H A DTarget02.java12 package org.jacoco.core.test.perf.targets;
H A DTarget01.java12 package org.jacoco.core.test.perf.targets;
/external/opencv3/modules/imgproc/perf/
H A Dperf_integral.cpp5 using namespace perf;
10 typedef perf::TestBaseWithParam<Size_MatType_OutMatDepth_t> Size_MatType_OutMatDepth;
36 testing::Values(::perf::szVGA, ::perf::sz1080p),
61 testing::Values( ::perf::szVGA, ::perf::szODD , ::perf::sz1080p ),
59 PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum_tilted, testing::Combine( testing::Values( ::perf::szVGA, ::perf::szODD , ::perf::sz1080p ), testing::Values( CV_8UC1, CV_8UC4 ), testing::Values( CV_32S, CV_32F ) ) ) argument
/external/opencv3/modules/ts/src/
H A Docl_perf.cpp49 namespace perf { namespace in namespace:cvtest::ocl
62 throw ::perf::TestBase::PerfSkipTestException();
81 } // namespace perf
/external/webrtc/webrtc/tools/e2e_quality/audio/
H A Drun_audio_test.py28 import perf.perf_utils namespace
123 perf.perf_utils.PrintPerfResult(graph_name='audio_e2e_score',
/external/autotest/client/profilers/perf/
H A Dperf.py2 perf is a tool included in the linux kernel tree that
13 class perf(profiler.profiler): class in inherits:profiler.profiler
22 self.perf_bin = os_dep.command('perf')
37 self.logfile = os.path.join(test.profdir, "perf")
75 # The raw detailed perf output is HUGE. We cannot store it by default.
/external/autotest/client/site_tests/graphics_PerfControl/
H A Dgraphics_PerfControl.py9 from autotest_lib.client.cros import perf namespace
33 with perf.PerfControl() as pc:
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DServiceObjectCreationPerf.java7 package com.ibm.icu.dev.test.perf;
H A DConverterPerformanceTest.java7 package com.ibm.icu.dev.test.perf;
H A DRBBIPerf.java7 package com.ibm.icu.dev.test.perf;
H A DDateFormatPerformanceTest.java7 package com.ibm.icu.dev.test.perf;
H A DDecimalFormatPerformanceTest.java7 package com.ibm.icu.dev.test.perf;
H A DUnicodeSetPerf.java7 package com.ibm.icu.dev.test.perf;
/external/autotest/client/site_tests/graphics_GLBench/
H A Dgraphics_GLBench.py10 from autotest_lib.client.cros import perf namespace
75 @param keyname: key to be used when reporting perf value.
85 @param keyname: key to be used when reporting perf value.
148 with perf.PerfControl() as pc:
232 f.write('# GLError ' + glerror + ' during test (perf set to -3.0)\n')
236 # Tests for which glbench does not generate a meaningful perf score.
243 f.write('# fixedbad [' + imagefile + '] (setting perf as -2.0)\n')
249 f.write('# knownbad [' + imagefile + '] (setting perf as -1.0)\n')
264 f.write('# unknown [' + imagefile + '] (setting perf as -2.0)\n')
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dcuda_perf.hpp53 namespace perf namespace
70 #define DEF_PARAM_TEST(name, ...) typedef ::perf::TestBaseWithParam< std::tr1::tuple< __VA_ARGS__ > > name
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
[all...]
H A Docl_perf.hpp51 using namespace perf;
63 public ::perf::TestBase \
100 for (cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::perf::safeFinish(), stopTimer())
103 for(declare.iterations(n), cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::perf::safeFinish(), stopTimer())
106 for (declare.runs(runsNum), cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::perf::safeFinish(), stopTimer()) \
107 for (int r = 0; r < runsNum; cvtest::ocl::perf::safeFinish(), ++r)
110 namespace perf { namespace in namespace:cvtest::ocl
[all...]

Completed in 596 milliseconds

12