HomeSort by relevance Sort by last modified time
    Searched refs:benchmark (Results 376 - 400 of 400) sorted by null

<<111213141516

  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 718 // These additional files can contain test functions, benchmark functions, and
    [all...]
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 624 b.Skip("skipping slow benchmark on race builder")
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 624 b.Skip("skipping slow benchmark on race builder")
  /external/toolchain-utils/crosperf/
machine_manager_unittest.py 20 from benchmark import Benchmark
449 bench = Benchmark(
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 208 flag.StringVar(&benchfile, "bench", "", "append benchmark times to `file`")
506 log.Fatalf("cannot write benchmark data: %v", err)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 208 flag.StringVar(&benchfile, "bench", "", "append benchmark times to `file`")
506 log.Fatalf("cannot write benchmark data: %v", err)
  /external/v8/benchmarks/
raytrace.js 7 // benchmark, but the all the computational code remains
12 new Benchmark('RayTrace', renderScene)
earley-boyer.js 2 // benchmark harness code at the beginning and end of the file.
5 new Benchmark("Earley", function () { BgL_earleyzd2benchmarkzd2(); }),
6 new Benchmark("Boyer", function () { BgL_nboyerzd2benchmarkzd2(); })
    [all...]
regexp.js 30 // This benchmark is generated by loading 50 of the most popular pages
41 new Benchmark("RegExp", RegExpRun, RegExpSetup, RegExpTearDown)
    [all...]
  /prebuilts/go/darwin-x86/src/go/token/
position.go 474 // benchmark performance by ~30%. This has a direct impact on the
  /prebuilts/go/linux-x86/src/go/token/
position.go 474 // benchmark performance by ~30%. This has a direct impact on the
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 965 // It allows us to benchmark recursive descent style scanners.
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 631 // standalone escaping variables. On a json benchmark
mheap.go 548 // (for example, in the garbage benchmark, this sweeps
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 965 // It allows us to benchmark recursive descent style scanners.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 631 // standalone escaping variables. On a json benchmark
mheap.go 548 // (for example, in the garbage benchmark, this sweeps
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 264 // printer benchmark by up to 10%.
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
jsondata_test.go 10 // We compile the data into the binary so that the benchmark is
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 264 // printer benchmark by up to 10%.
    [all...]
  /prebuilts/go/linux-x86/test/bench/go1/
jsondata_test.go 10 // We compile the data into the binary so that the benchmark is
    [all...]
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java 1820 public long benchmark(String volId) { method in class:StorageManagerService
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go     [all...]

Completed in 3747 milliseconds

<<111213141516