HomeSort by relevance Sort by last modified time
    Searched refs:perf (Results 101 - 125 of 271) sorted by null

1 2 3 45 6 7 8 91011

  /external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 5 # The answer is validated to hw perf counters.
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
SimpleTimer.java 16 package com.android.mail.perf;
24 * A simple perf timer class that supports lap-time-style measurements. Once a
  /external/autotest/site_utils/
perf_compare.py 16 results (along with some statistical analysis of perf keyvals). This wrapper
54 2) This script will only run the benchmarks and process the perf keys specified
55 in the file "perf_benchmarks.json". Some benchmarks output more perf keys than
107 the complete set of default perf benchmarks to run.
113 perf keys requested to be run.
132 logging.error('Perf key "%s" isn\'t associated with a known '
136 logging.error('Perf key "%s" is associated with more than one '
148 # each perf key. If the benchmark associated with the current
149 # perf key already has an interation number associated with it,
169 @param perf_keys: A list of one or more string perf keys we need t
    [all...]
  /external/opencv3/modules/imgproc/perf/
perf_cvt_color.cpp 5 using namespace perf;
241 typedef perf::TestBaseWithParam<Size_CvtMode_t> Size_CvtMode;
245 testing::Values(::perf::szODD, ::perf::szVGA, ::perf::sz1080p),
272 typedef perf::TestBaseWithParam<Size_CvtMode_Bayer_t> Size_CvtMode_Bayer;
276 testing::Values(::perf::szODD, ::perf::szVGA),
298 typedef perf::TestBaseWithParam<Size_CvtMode2_t> Size_CvtMode2;
323 typedef perf::TestBaseWithParam<Size_CvtMode3_t> Size_CvtMode3
    [all...]
perf_floodfill.cpp 12 using namespace perf;
18 typedef perf::TestBaseWithParam<Size_Source_Fl_t> Size_Source_Fl;
perf_matchTemplate.cpp 5 using namespace perf;
12 typedef perf::TestBaseWithParam<ImgSize_TmplSize_Method_t> ImgSize_TmplSize_Method;
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span16perf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.bat 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
  /external/icu/icu4j/perf-tests/
collationperf.pl 41 $classPath = "out\\lib\\icu4j-perf-tests.jar;..\\icu4j.jar";
43 $classPath = "out/lib/icu4j-perf-tests.jar:../icu4j.jar";
76 $iStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch`;
78 doKeyTimes("java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen",
88 $wStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch -java`;
90 doKeyTimes("java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen -java",
  /external/opencv3/modules/core/perf/opencl/
perf_bufferpool.cpp 25 throw ::perf::TestBase::PerfSkipTestException();
30 throw ::perf::TestBase::PerfSkipTestException();
  /external/opencv3/modules/core/perf/
perf_reduce.cpp 6 using namespace perf;
12 typedef perf::TestBaseWithParam<Size_MatType_ROp_t> Size_MatType_ROp;
  /external/opencv3/modules/video/perf/
perf_ecc.cpp 5 using namespace perf;
12 typedef perf::TestBaseWithParam<MotionType_t> TransformationType;
  /external/v8/tools/
android-ll-prof.sh 29 # Runs d8 with the given arguments on the device under 'perf' and
56 perf record -R -e cycles -c 10000 -f -i \
61 adb pull /data/perf.data .
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c 24 #include "perf.h"
28 __PERF_LOG_create(PERF_Private *perf, PERF_Config *config,
32 __PERF_LOG_done(PERF_Private *perf);
67 /* delete PERF opject */
133 PERF_OBJTYPE *hPERF = NULL; /* PERF object */
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/
Android.mk 19 $(TI_OMX_SYSTEM)/perf/inc
  /external/opencv3/modules/calib3d/perf/
perf_pnp.cpp 9 using namespace perf;
16 typedef perf::TestBaseWithParam<PointsNum_Algo_t> PointsNum_Algo;
18 typedef perf::TestBaseWithParam<int> PointsNum;
  /external/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp 51 using namespace perf;
80 const string inputFile = perf::TestBase::getDataPath(GetParam());
150 const std::string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
  /external/opencv3/modules/photo/perf/
perf_cuda.cpp 54 using namespace perf;
56 #define CUDA_DENOISING_IMAGE_SIZES testing::Values(perf::szVGA, perf::sz720p)
  /external/autotest/tko/
models.py 123 """Loads perf values from a perf measurements file.
125 @param perf_values_file: The string path to a perf measurements file.
141 files and perf measurement files) and use them to construct a complete
165 # Grab perf values from the perf measurements file.
315 attr, perf = {}, {}
319 cls.parse_line_into_dicts(line, attr, perf)
321 iterations.append(cls(index, attr, perf))
323 attr, perf = {}, {
    [all...]
  /external/opencv3/modules/features2d/perf/opencl/
perf_orb.cpp 9 typedef ::perf::TestBaseWithParam<std::string> ORBFixture;
84 ::perf::sort(points, descriptors);
  /external/v8/build/android/pylib/instrumentation/
json_perf_parser.py 6 """A helper module for parsing JSON objects from perf tests results."""
159 perf = json.loads(data)
161 return GetAverageRunInfo(perf, name)
  /external/v8/tools/ignition/
linux_perf_bytecode_annotate.py 16 Processes a perf.data sample file and annotates the hottest instructions in a
25 the version used to generate the perf profile.
27 Also, the tool depends on the symbol offsets from perf samples being accurate.
31 EVENT_TYPE=cycles:pp tools/run-perf.sh out/x64.release/d8
112 "a mismatch between perf output and debug d8 binary.")
128 help="perf sample file to process (default: perf.data)",
129 default="perf.data",
130 metavar="<perf filename>",
153 perf = subprocess.Popen(["perf", "script", "-f", "ip,sym,symoff"
    [all...]
  /external/webrtc/webrtc/tools/e2e_quality/audio/
run_audio_test.py 28 import perf.perf_utils namespace
123 perf.perf_utils.PrintPerfResult(graph_name='audio_e2e_score',

Completed in 277 milliseconds

1 2 3 45 6 7 8 91011