HomeSort by relevance Sort by last modified time
    Searched refs:perf (Results 1 - 25 of 271) 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/v8/build/android/pylib/perf/
cache_control.py 8 from devil.android.perf.cache_control import *
perf_control.py 8 from devil.android.perf.perf_control import *
surface_stats_collector.py 8 from devil.android.perf.surface_stats_collector import *
thermal_throttle.py 8 from devil.android.perf.thermal_throttle import *
  /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;
  /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 300 private void perf(int[] resources, boolean isGoog, int ix) throws Exception { method in class:VideoDecoderPerfTest
335 public void testAvcGoog0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, GOOG, 0); } method
336 public void testAvcOther0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 0); } method
337 public void testAvcOther1Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 1); } method
338 public void testAvcOther2Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 2); } method
339 public void testAvcOther3Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 3); } method
346 public void testAvcGoog0Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, GOOG, 0); } method
347 public void testAvcOther0Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 0); } method
348 public void testAvcOther1Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 1); } method
349 public void testAvcOther2Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 2); method
350 public void testAvcOther3Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 3); } method
360 public void testAvcGoog0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, GOOG, 0); } method
361 public void testAvcOther0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 0); } method
362 public void testAvcOther1Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 1); } method
363 public void testAvcOther2Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 2); } method
364 public void testAvcOther3Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 3); } method
375 public void testAvcGoog0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, GOOG, 0); } method
376 public void testAvcOther0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 0); } method
377 public void testAvcOther1Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 1); } method
378 public void testAvcOther2Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 2); } method
379 public void testAvcOther3Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 3); } method
388 public void testH263Goog0Perf0176x0144() throws Exception { perf(sH263Media0176x0144, GOOG, 0); } method
389 public void testH263Other0Perf0176x0144() throws Exception { perf(sH263Media0176x0144, OTHER, 0); } method
390 public void testH263Other1Perf0176x0144() throws Exception { perf(sH263Media0176x0144, OTHER, 1); } method
397 public void testH263Goog0Perf0352x0288() throws Exception { perf(sH263Media0352x0288, GOOG, 0); } method
398 public void testH263Other0Perf0352x0288() throws Exception { perf(sH263Media0352x0288, OTHER, 0); } method
399 public void testH263Other1Perf0352x0288() throws Exception { perf(sH263Media0352x0288, OTHER, 1); } method
412 public void testHevcGoog0Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, GOOG, 0); } method
413 public void testHevcOther0Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, OTHER, 0); } method
414 public void testHevcOther1Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, OTHER, 1); } method
415 public void testHevcOther2Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, OTHER, 2); } method
416 public void testHevcOther3Perf0352x0288() throws Exception { perf(sHevcMedia0352x0288, OTHER, 3); } method
423 public void testHevcGoog0Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, GOOG, 0); } method
424 public void testHevcOther0Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, OTHER, 0); } method
425 public void testHevcOther1Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, OTHER, 1); } method
426 public void testHevcOther2Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, OTHER, 2); } method
427 public void testHevcOther3Perf0640x0360() throws Exception { perf(sHevcMedia0640x0360, OTHER, 3); } method
434 public void testHevcGoog0Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, GOOG, 0); } method
435 public void testHevcOther0Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, OTHER, 0); } method
436 public void testHevcOther1Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, OTHER, 1); } method
437 public void testHevcOther2Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, OTHER, 2); } method
438 public void testHevcOther3Perf0720x0480() throws Exception { perf(sHevcMedia0720x0480, OTHER, 3); } method
445 public void testHevcGoog0Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, GOOG, 0); } method
446 public void testHevcOther0Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, OTHER, 0); } method
447 public void testHevcOther1Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, OTHER, 1); } method
448 public void testHevcOther2Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, OTHER, 2); } method
449 public void testHevcOther3Perf1280x0720() throws Exception { perf(sHevcMedia1280x0720, OTHER, 3); } method
456 public void testHevcGoog0Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, GOOG, 0); } method
457 public void testHevcOther0Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, OTHER, 0); } method
458 public void testHevcOther1Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, OTHER, 1); } method
459 public void testHevcOther2Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, OTHER, 2); } method
460 public void testHevcOther3Perf1920x1080() throws Exception { perf(sHevcMedia1920x1080, OTHER, 3); } method
469 public void testHevcGoog0Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, GOOG, 0); } method
470 public void testHevcOther0Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, OTHER, 0); } method
471 public void testHevcOther1Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, OTHER, 1); } method
472 public void testHevcOther2Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, OTHER, 2); } method
473 public void testHevcOther3Perf3840x2160() throws Exception { perf(sHevcMedia3840x2160, OTHER, 3); } method
494 public void testMpeg4Goog0Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, GOOG, 0); } method
495 public void testMpeg4Other0Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, OTHER, 0); } method
496 public void testMpeg4Other1Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, OTHER, 1); } method
497 public void testMpeg4Other2Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, OTHER, 2); } method
498 public void testMpeg4Other3Perf0176x0144() throws Exception { perf(sMpeg4Media0176x0144, OTHER, 3); } method
505 public void testMpeg4Goog0Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, GOOG, 0); } method
506 public void testMpeg4Other0Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, OTHER, 0); } method
507 public void testMpeg4Other1Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, OTHER, 1); } method
508 public void testMpeg4Other2Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, OTHER, 2); } method
509 public void testMpeg4Other3Perf0480x0360() throws Exception { perf(sMpeg4Media0480x0360, OTHER, 3); } method
518 public void testMpeg4Goog0Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, GOOG, 0); } method
519 public void testMpeg4Other0Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 0); } method
520 public void testMpeg4Other1Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 1); } method
521 public void testMpeg4Other2Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 2); } method
522 public void testMpeg4Other3Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 3); } method
531 public void testVp8Goog0Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, GOOG, 0); } method
532 public void testVp8Other0Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, OTHER, 0); } method
533 public void testVp8Other1Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, OTHER, 1); } method
540 public void testVp8Goog0Perf0640x0360() throws Exception { perf(sVp8Media0640x0360, GOOG, 0); } method
541 public void testVp8Other0Perf0640x0360() throws Exception { perf(sVp8Media0640x0360, OTHER, 0); } method
542 public void testVp8Other1Perf0640x0360() throws Exception { perf(sVp8Media0640x0360, OTHER, 1); } method
551 public void testVp8Goog0Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, GOOG, 0); } method
552 public void testVp8Other0Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, OTHER, 0); } method
553 public void testVp8Other1Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, OTHER, 1); } method
562 public void testVp8Goog0Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, GOOG, 0); } method
563 public void testVp8Other0Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, OTHER, 0); } method
564 public void testVp8Other1Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, OTHER, 1); } method
573 public void testVp9Goog0Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, GOOG, 0); } method
574 public void testVp9Other0Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 0); } method
575 public void testVp9Other1Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 1); } method
576 public void testVp9Other2Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 2); } method
577 public void testVp9Other3Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 3); } method
584 public void testVp9Goog0Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, GOOG, 0); } method
585 public void testVp9Other0Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, OTHER, 0); } method
586 public void testVp9Other1Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, OTHER, 1); } method
587 public void testVp9Other2Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, OTHER, 2); } method
588 public void testVp9Other3Perf0640x0360() throws Exception { perf(sVp9Media0640x0360, OTHER, 3); } method
595 public void testVp9Goog0Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, GOOG, 0); } method
596 public void testVp9Other0Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 0); } method
597 public void testVp9Other1Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 1); } method
598 public void testVp9Other2Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 2); } method
599 public void testVp9Other3Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 3); } method
606 public void testVp9Goog0Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, GOOG, 0); } method
607 public void testVp9Other0Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 0); } method
608 public void testVp9Other1Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 1); } method
609 public void testVp9Other2Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 2); } method
610 public void testVp9Other3Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 3); } method
619 public void testVp9Goog0Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, GOOG, 0); } method
620 public void testVp9Other0Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 0); } method
621 public void testVp9Other1Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 1); } method
622 public void testVp9Other2Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 2); } method
623 public void testVp9Other3Perf3840x2160() throws Exception { perf(sVp9Media3840x2160, OTHER, 3); } method
    [all...]

Completed in 250 milliseconds

1 2 3 4 5 6 7 8 91011