HomeSort by relevance Sort by last modified time
    Searched full:perf (Results 276 - 300 of 753) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/perf/
run_measurement 21 PERF_DIR = os.path.join('src', 'tools', 'perf')
75 _Bootstrap(BASE_URL + 'src/tools/perf/' + DEPS_FILE)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
form_based_credentials_backend_unittest_base.py 18 # TODO: This shouldn't depend on tools/perf.
20 'tools', 'perf', 'data', 'credentials.json')
  /external/linux-tools-perf/
builtin-report.c 4 * Builtin report command: Analyze the perf.data input file,
30 #include "perf.h"
44 static char const *input_name = "perf.data";
166 " perf record without -g?\n");
171 " Did you call perf record without"
265 const char *help = "For a higher level overview, try: perf report --sort comm,dso";
294 "Check /proc/sys/kernel/kptr_restrict before running 'perf record'.\n\n%s\n\n"
413 "perf report [<options>] <command>",
builtin-annotate.c 4 * Builtin annotate command: Analyze the perf.data input file,
25 #include "perf.h"
39 static char const *input_name = "perf.data";
237 "perf annotate [<options>] <command>",
builtin-bench.c 5 * General benchmarking subsystem provided by perf
19 #include "perf.h"
108 "perf bench [<common options>] <subsystem> <suite> [<options>]",
  /external/linux-tools-perf/util/
session.h 47 * stats + per event stats. 'perf diff' also needs
49 * perf.data file.
evlist.h 11 #include "../perf.h"
  /external/chromium_org/cc/test/
lap_timer.h 12 // LapTimer is used to calculate average times per "Lap" in perf tests.
  /external/chromium_org/media/base/
audio_bus_perftest.cc 9 #include "testing/perf/perf_test.h"
audio_converter_perftest.cc 9 #include "testing/perf/perf_test.h"
sinc_resampler_perftest.cc 12 #include "testing/perf/perf_test.h"
  /external/chromium_org/media/filters/
pipeline_integration_perftest.cc 7 #include "testing/perf/perf_test.h"
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
utimer.h 126 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){
141 * perf(timer1, source,sourceLen, target, targetLen,loopCount,UNORM_NFD,&error);
145 * perf(timer2,source,sourceLen,target,targetLen,loopCount,UNORM_NFC,&error);
147 * perf(timer3, source, sourceLen, target,targetLen, loopCount, UNORM_FCD,&error);
  /external/chromium_org/tools/perf/benchmarks/
maps.py 33 util.GetChromiumSrcDir(), 'tools', 'perf', 'page_sets')
  /external/chromium_org/tools/
prepare-bisect-perf-regression.py 13 ./tools/prepare-bisect-perf-regressions.py --working_directory "~/builds"
run-bisect-manual-test.py 31 """Attempts to execute src/tools/bisect-perf-regression.py with the parameters
44 cmd = ['python', os.path.join(_DIR_TOOLS_ROOT, 'bisect-perf-regression.py'),
74 print 'Error: bisect-perf-regression.py returned with error %d' %\
  /external/icu4c/tools/ctestfw/unicode/
utimer.h 126 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){
141 * perf(timer1, source,sourceLen, target, targetLen,loopCount,UNORM_NFD,&error);
145 * perf(timer2,source,sourceLen,target,targetLen,loopCount,UNORM_NFC,&error);
147 * perf(timer3, source, sourceLen, target,targetLen, loopCount, UNORM_FCD,&error);
  /external/linux-tools-perf/scripts/perl/
rw-by-pid.pl 16 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
17 use lib "./Perf-Trace-Util/lib";
18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 1 # Util.py - Python extension for perf script, miscellaneous utility code
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
PerformerBox.java 31 public static final String TYPE = "perf";
  /external/chromium_org/build/android/pylib/instrumentation/
json_perf_parser.py 6 """A helper module for parsing JSON objects from perf tests results."""
158 perf = json.loads(data)
160 return GetAverageRunInfo(perf, name)
  /external/chromium_org/chrome/test/perf/
feature_startup_test.cc 14 #include "chrome/test/perf/perf_test.h"
15 #include "chrome/test/perf/perf_ui_test_suite.h"
18 #include "testing/perf/perf_test.h"
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 188 ptr->HistogramEnumeration(pp::Var("NaCl.Perf.PNaClCache.IsHit").pp_var(),
352 HistogramTime("NaCl.Perf.PNaClLoadTime.LoadCompiler",
354 HistogramTime("NaCl.Perf.PNaClLoadTime.CompileTime",
356 HistogramKBPerSec("NaCl.Perf.PNaClLoadTime.CompileKBPerSec",
359 HistogramTime("NaCl.Perf.PNaClLoadTime.LoadLinker",
361 HistogramTime("NaCl.Perf.PNaClLoadTime.LinkTime",
363 HistogramSizeKB("NaCl.Perf.Size.Pexe",
374 HistogramSizeKB("NaCl.Perf.Size.PNaClTranslatedNexe",
376 HistogramRatio("NaCl.Perf.Size.PexeNexeSizePct", pexe_size_, nexe_size);
380 HistogramTime("NaCl.Perf.PNaClLoadTime.TotalUncachedTime"
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
MANIFEST.json 141 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
149 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
157 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
181 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
189 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
197 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
205 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
213 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
221 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"],
245 origin: ["SunSpider", "http://www2.webkit.org/perf/sunspider-0.9/sunspider.html"]
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbreg.h 54 *! 11-Dec-1996 gp: Added Perf key name in WinSPOX Config.
85 #define PERFR "Perf" /* Enable perf Bool. */

Completed in 826 milliseconds

<<11121314151617181920>>