/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
H A D | AnalysisTimeScenario.java | 12 package org.jacoco.core.test.perf;
|
H A D | ExecuteInstrumentedCodeScenario.java | 12 package org.jacoco.core.test.perf;
|
H A D | IPerfScenario.java | 12 package org.jacoco.core.test.perf;
|
H A D | InstrumentationSizeSzenario.java | 12 package org.jacoco.core.test.perf;
|
H A D | InstrumentationTimeScenario.java | 12 package org.jacoco.core.test.perf;
|
H A D | PerformanceSuite.java | 12 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 D | IPerfOutput.java | 12 package org.jacoco.core.test.perf;
|
H A D | TimedScenario.java | 12 package org.jacoco.core.test.perf;
|
H A D | PerfOutputWriter.java | 12 package org.jacoco.core.test.perf;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/ |
H A D | Target02.java | 12 package org.jacoco.core.test.perf.targets;
|
H A D | Target01.java | 12 package org.jacoco.core.test.perf.targets;
|
/external/opencv3/modules/imgproc/perf/ |
H A D | perf_integral.cpp | 5 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 D | ocl_perf.cpp | 49 namespace perf { namespace in namespace:cvtest::ocl 62 throw ::perf::TestBase::PerfSkipTestException(); 81 } // namespace perf
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
H A D | run_audio_test.py | 28 import perf.perf_utils namespace 123 perf.perf_utils.PrintPerfResult(graph_name='audio_e2e_score',
|
/external/autotest/client/profilers/perf/ |
H A D | perf.py | 2 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 D | graphics_PerfControl.py | 9 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 D | ServiceObjectCreationPerf.java | 7 package com.ibm.icu.dev.test.perf;
|
H A D | ConverterPerformanceTest.java | 7 package com.ibm.icu.dev.test.perf;
|
H A D | RBBIPerf.java | 7 package com.ibm.icu.dev.test.perf;
|
H A D | DateFormatPerformanceTest.java | 7 package com.ibm.icu.dev.test.perf;
|
H A D | DecimalFormatPerformanceTest.java | 7 package com.ibm.icu.dev.test.perf;
|
H A D | UnicodeSetPerf.java | 7 package com.ibm.icu.dev.test.perf;
|
/external/autotest/client/site_tests/graphics_GLBench/ |
H A D | graphics_GLBench.py | 10 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 D | cuda_perf.hpp | 53 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 D | ocl_perf.hpp | 51 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...] |