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

1 2 3 45 6 7

  /external/icu/icu4c/source/test/perf/convperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/collperf
14 subdir = test/perf/convperf
  /external/icu/icu4c/source/test/perf/dicttrieperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/dicttrieperf
14 subdir = test/perf/dicttrieperf
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
Makefile.in 1 ## Makefile.in for ICU - test/perf/howExpensiveIs
17 subdir = test/perf/$(TARGET)
  /external/icu/icu4c/source/test/perf/leperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/collperf
16 subdir = test/perf/leperf
  /external/icu/icu4c/source/test/perf/normperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/normperf
14 subdir = test/perf/normperf
  /external/icu/icu4c/source/test/perf/strsrchperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/strsrchperf
14 subdir = test/perf/strsrchperf
  /external/icu/icu4c/source/test/perf/ubrkperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/ubrkperf
14 subdir = test/perf/ubrkperf
  /external/icu/icu4c/source/test/perf/unisetperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/unisetperf
14 subdir = test/perf/unisetperf
  /external/icu/icu4c/source/test/perf/usetperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/usetperf
14 subdir = test/perf/usetperf
  /external/icu/icu4c/source/test/perf/ustrperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/ustrperf
14 subdir = test/perf/ustrperf
  /external/icu/icu4c/source/test/perf/utfperf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/utfperf
14 subdir = test/perf/utfperf
  /external/icu/icu4c/source/test/perf/utrie2perf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/utrie2perf
14 subdir = test/perf/utrie2perf
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.c 5 * This test is embedded inside into perf directly and is governed
10 * each event created within single perf command. Each event details
11 * are stored into separate text file. Once perf command is finished
32 #include "../perf.h"
148 static int run_dir(const char *d, const char *perf)
158 d, d, perf, vcnt, v);
171 return run_dir("./tests", "./perf");
175 snprintf(path_perf, PATH_MAX, "%s/perf", BINDIR);
attr.py 113 # 'command' - perf command name
129 self.perf = options.perf
172 cmd = "PERF_TEST_ATTR=%s %s %s -o %s/perf.data %s" % (tempdir,
173 self.perf, self.command, tempdir, self.args)
291 -p path # perf binary
303 parser.add_option("-p", "--perf",
304 action="store", type="string", dest="perf")
  /external/chromium_org/build/android/pylib/perf/
setup.py 17 from pylib.perf import test_runner
surface_stats_collector_unittest.py 10 from pylib.perf.surface_stats_collector import SurfaceStatsCollector
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 7 # http://www.chromium.org/developers/tree-sheriffs/perf-sheriffs
163 # Make the perf expectations file relative to the path of the config file.
166 perf = ConvertJsonIntoDict(ReadFile(perf_file))
169 perfkeys = perf.keys()
177 value = perf[key]
185 rowdata = GetRowData(perf, key)
303 '"better": "higher" in this perf trace\'s expectation' % (
310 if 'regress' in perf[key] and 'improve' in perf[key]:
311 if perf[key]['regress'] < perf[key]['improve']
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 24 from pylib.perf import cache_control # pylint: disable=F0401
25 from pylib.perf import perf_control # pylint: disable=F0401
26 from pylib.perf import thermal_throttle # pylint: disable=F0401
29 from pylib.perf import surface_stats_collector # pylint: disable=F0401
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 1 package Perf::Trace::Context;
23 XSLoader::load('Perf::Trace::Context', $VERSION);
29 Perf::Trace::Context - Perl extension for accessing functions in perf.
33 use Perf::Trace::Context;
37 Perf (script) documentation
Util.pm 1 package Perf::Trace::Util;
68 Perf::Trace::Util - Perl extension for perf script
72 use Perf::Trace::Util;
76 Perf (script) documentation
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 156 -DPERF_VERSION='"perf.3.12_android"' -DHAVE_ELF_GETPHDRNUM \
160 perf.c \
222 # target perf
245 LOCAL_MODULE := perf
252 # host perf
259 # At the moment it's probably pulling in the ones from the host OS' perf, at
  /external/fio/tools/plot/
fio2gnuplot 196 time, perf, x, block_size = line[1]
212 disk_perf[index].append(int(perf))
213 perfs.append("%d %s %s"% (index, time, perf))
217 index, perf_time,perf = p[1].split()
218 temp_outfile[int(index)].write("%s %.2f %s\n" % (index, float(float(perf_time)/1000), perf))
  /external/chromium_org/build/android/
surface_stats.py 17 from pylib.perf import surface_stats_collector
  /external/chromium_org/tools/
safely-roll-blink.py 97 'http://build.chromium.org/f/chromium/perf/dashboard/ui/'
  /external/chromium_org/third_party/icu/source/test/
Makefile.in 43 $(RMV) perf/convperf/Makefile

Completed in 1228 milliseconds

1 2 3 45 6 7