HomeSort by relevance Sort by last modified time
    Searched refs:perf (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/autotest/client/site_tests/kernel_PerfEventRename/src/
Makefile 5 perf-rename-test: perf-rename-test.c
6 $(CC) -g perf-rename-test.c -o perf-rename-test -lpthread
  /external/opencv3/modules/cudaarithm/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudabgsegm/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudacodec/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudafeatures2d/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudafilters/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudaimgproc/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudalegacy/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudaobjdetect/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudaoptflow/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudastereo/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/cudawarping/perf/
perf_main.cpp 45 using namespace perf;
  /external/opencv3/modules/photo/perf/
perf_main.cpp 11 CV_PERF_TEST_MAIN_WITH_IMPLS(photo, impls, perf::printCudaInfo())
  /external/opencv3/modules/superres/perf/
perf_main.cpp 45 using namespace perf;
  /external/chromium-trace/catapult/telemetry/build/
generate_telemetry_harness.sh 10 src/tools/perf/find_dependencies \
11 src/tools/perf/run_benchmark \
12 src/tools/perf/record_wpr \
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
IPerfScenario.java 12 package org.jacoco.core.test.perf;
IPerfOutput.java 12 package org.jacoco.core.test.perf;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_print.h 31 char *info; /* PERF instance information text */
32 char *prompt; /* PERF prompt */
46 PERF_PRINT_done(PERF_Private *perf);
49 PERF_PRINT_create(PERF_Private *perf, PERF_Config *config,
54 PERF_Private *perf,PERF_BOUNDARYTYPE eBoundary);
58 PERF_Private *perf,unsigned long ulAddress1,
65 PERF_Private *perf,
72 PERF_Private *perf);
76 PERF_Private *perf);
80 PERF_Private *perf,
    [all...]
perf_rt.h 135 PERF_RT_done(PERF_Private *perf);
138 PERF_RT_create(PERF_Private *perf, PERF_Config *config, PERF_MODULETYPE eModule);
141 __rt_Boundary(PERF_Private *perf,PERF_BOUNDARYTYPE eBoundary);
144 __rt_Buffer(PERF_Private *perf,unsigned long ulAddress1,
150 __rt_Command(PERF_Private *perf,
156 __rt_Create(PERF_Private *perf);
159 __rt_Done(PERF_Private *perf);
162 __rt_Log(PERF_Private *perf,
167 __rt_SyncAV(PERF_Private *perf,
173 __rt_ThreadCreated(PERF_Private *perf,
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 21 #include "perf.h"
27 PERF LOG Methods
54 * Pointer to a handle to the PERF object, which will be
58 void __PERF_LOG_done(PERF_Private *perf)
60 PERF_LOG_Private *me = perf->pLog;
67 __PERF_log1(perf, PERF_LOG_Done);
85 "PERF Instrumentation [%c%c%c%c %05ld-%08lx] produced"
87 PERF_FOUR_CHARS(perf->ulID), perf->ulPID,
88 (unsigned long) perf,
    [all...]
perf_print.c 26 #include "perf.h"
33 void PERF_PRINT_done(PERF_Private *perf)
35 PERF_PRINT_Private *me = perf->cip.pDebug;
46 perf->cip.pDebug = NULL;
59 int PERF_PRINT_setup(PERF_Private *perf, PERF_MODULETYPE eModule)
61 PERF_PRINT_Private *me = perf->cip.pDebug;
107 perf->ulPID,
109 (unsigned long) perf,
114 PERF_FOUR_CHARS(perf->ulID),
138 void __print_Location(PERF_Private *perf,
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java 276 private void perf(int[] resources, boolean isGoog, int ix) throws Exception { method in class:VideoDecoderPerfTest
311 public void testAvcGoog0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, GOOG, 0); } method
312 public void testAvcOther0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 0); } method
313 public void testAvcOther1Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 1); } method
314 public void testAvcOther2Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 2); } method
315 public void testAvcOther3Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 3); } method
322 public void testAvcGoog0Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, GOOG, 0); } method
323 public void testAvcOther0Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 0); } method
324 public void testAvcOther1Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 1); } method
325 public void testAvcOther2Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 2); method
326 public void testAvcOther3Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 3); } method
336 public void testAvcGoog0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, GOOG, 0); } method
337 public void testAvcOther0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 0); } method
338 public void testAvcOther1Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 1); } method
339 public void testAvcOther2Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 2); } method
340 public void testAvcOther3Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 3); } method
351 public void testAvcGoog0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, GOOG, 0); } method
352 public void testAvcOther0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 0); } method
353 public void testAvcOther1Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 1); } method
354 public void testAvcOther2Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 2); } method
355 public void testAvcOther3Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 3); } method
364 public void testH263Goog0Perf0176x0144() throws Exception { perf(sH263Media0176x0144, GOOG, 0); } method
365 public void testH263Other0Perf0176x0144() throws Exception { perf(sH263Media0176x0144, OTHER, 0); } method
366 public void testH263Other1Perf0176x0144() throws Exception { perf(sH263Media0176x0144, OTHER, 1); } method
373 public void testH263Goog0Perf0352x0288() throws Exception { perf(sH263Media0352x0288, GOOG, 0); } method
374 public void testH263Other0Perf0352x0288() throws Exception { perf(sH263Media0352x0288, OTHER, 0); } method
375 public void testH263Other1Perf0352x0288() throws Exception { perf(sH263Media0352x0288, OTHER, 1); } method
388 public void testHevcGoog0Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, GOOG, 0); } method
389 public void testHevcOther0Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, OTHER, 0); } method
390 public void testHevcOther1Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, OTHER, 1); } method
391 public void testHevcOther2Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, OTHER, 2); } method
392 public void testHevcOther3Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, OTHER, 3); } method
399 public void testHevcGoog0Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, GOOG, 0); } method
400 public void testHevcOther0Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, OTHER, 0); } method
401 public void testHevcOther1Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, OTHER, 1); } method
402 public void testHevcOther2Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, OTHER, 2); } method
403 public void testHevcOther3Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, OTHER, 3); } method
410 public void testHevcGoog0Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, GOOG, 0); } method
411 public void testHevcOther0Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, OTHER, 0); } method
412 public void testHevcOther1Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, OTHER, 1); } method
413 public void testHevcOther2Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, OTHER, 2); } method
414 public void testHevcOther3Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, OTHER, 3); } method
421 public void testHevcGoog0Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, GOOG, 0); } method
422 public void testHevcOther0Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, OTHER, 0); } method
423 public void testHevcOther1Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, OTHER, 1); } method
424 public void testHevcOther2Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, OTHER, 2); } method
425 public void testHevcOther3Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, OTHER, 3); } method
432 public void testHevcGoog0Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, GOOG, 0); } method
433 public void testHevcOther0Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, OTHER, 0); } method
434 public void testHevcOther1Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, OTHER, 1); } method
435 public void testHevcOther2Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, OTHER, 2); } method
436 public void testHevcOther3Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, OTHER, 3); } method
445 public void testHevcGoog0Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, GOOG, 0); } method
446 public void testHevcOther0Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, OTHER, 0); } method
447 public void testHevcOther1Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, OTHER, 1); } method
448 public void testHevcOther2Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, OTHER, 2); } method
449 public void testHevcOther3Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, OTHER, 3); } method
470 public void testMpeg4Goog0Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, GOOG, 0); } method
471 public void testMpeg4Other0Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, OTHER, 0); } method
472 public void testMpeg4Other1Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, OTHER, 1); } method
473 public void testMpeg4Other2Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, OTHER, 2); } method
474 public void testMpeg4Other3Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, OTHER, 3); } method
481 public void testMpeg4Goog0Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, GOOG, 0); } method
482 public void testMpeg4Other0Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, OTHER, 0); } method
483 public void testMpeg4Other1Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, OTHER, 1); } method
484 public void testMpeg4Other2Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, OTHER, 2); } method
485 public void testMpeg4Other3Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, OTHER, 3); } method
494 public void testMpeg4Goog0Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, GOOG, 0); } method
495 public void testMpeg4Other0Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 0); } method
496 public void testMpeg4Other1Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 1); } method
497 public void testMpeg4Other2Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 2); } method
498 public void testMpeg4Other3Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 3); } method
507 public void testVp8Goog0Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, GOOG, 0); } method
508 public void testVp8Other0Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, OTHER, 0); } method
509 public void testVp8Other1Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, OTHER, 1); } method
516 public void testVp8Goog0Perf0640x0360() throws Exception { perf(sVp8Media0640x0360, GOOG, 0); } method
517 public void testVp8Other0Perf0640x0360() throws Exception { perf(sVp8Media0640x0360, OTHER, 0); } method
518 public void testVp8Other1Perf0640x0360() throws Exception { perf(sVp8Media0640x0360, OTHER, 1); } method
527 public void testVp8Goog0Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, GOOG, 0); } method
528 public void testVp8Other0Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, OTHER, 0); } method
529 public void testVp8Other1Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, OTHER, 1); } method
538 public void testVp8Goog0Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, GOOG, 0); } method
539 public void testVp8Other0Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, OTHER, 0); } method
540 public void testVp8Other1Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, OTHER, 1); } method
549 public void testVp9Goog0Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, GOOG, 0); } method
550 public void testVp9Other0Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 0); } method
551 public void testVp9Other1Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 1); } method
552 public void testVp9Other2Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 2); } method
553 public void testVp9Other3Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 3); } method
560 public void testVp9Goog0Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, GOOG, 0); } method
561 public void testVp9Other0Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, OTHER, 0); } method
562 public void testVp9Other1Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, OTHER, 1); } method
563 public void testVp9Other2Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, OTHER, 2); } method
564 public void testVp9Other3Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, OTHER, 3); } method
571 public void testVp9Goog0Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, GOOG, 0); } method
572 public void testVp9Other0Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 0); } method
573 public void testVp9Other1Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 1); } method
574 public void testVp9Other2Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 2); } method
575 public void testVp9Other3Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 3); } method
582 public void testVp9Goog0Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, GOOG, 0); } method
583 public void testVp9Other0Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 0); } method
584 public void testVp9Other1Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 1); } method
585 public void testVp9Other2Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 2); } method
586 public void testVp9Other3Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 3); } method
595 public void testVp9Goog0Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, GOOG, 0); } method
596 public void testVp9Other0Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 0); } method
597 public void testVp9Other1Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 1); } method
598 public void testVp9Other2Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 2); } method
599 public void testVp9Other3Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 3); } method
    [all...]
  /system/extras/memcpy-perf/
Android.mk 5 LOCAL_MODULE := memcpy-perf
7 LOCAL_SRC_FILES := memcpy-perf.cpp test-funcs.cpp
  /system/extras/zram-perf/
Android.mk 5 LOCAL_MODULE := zram-perf
10 zram-perf.cpp
  /external/opencv3/modules/ts/include/opencv2/ts/
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...]

Completed in 1510 milliseconds

1 2 3 4 5 6 7 8 91011