HomeSort by relevance Sort by last modified time
    Searched refs:Bench (Results 1 - 11 of 11) sorted by null

  /external/autotest/client/deps/glbench/src/
testbase.h 23 double Bench(TestBase* test);
25 // Runs Bench on an instance of TestBase and prints out results.
testbase.cc 49 double Bench(TestBase* test) {
63 printf("Bench: Cooled down to %.1f'C (initial=%.1f'C) after waiting %.1fs.\n",
133 value = Bench(test);
135 // Bench returns 0.0 if it ran max iterations in less than a min test time.
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 5 #include "../Common/Bench.h"
40 return Bench(EXTERNAL_CODECS_LOC_VARS
Console.mak 18 $O\Bench.obj \
  /external/skia/tools/
monobench.cpp 39 struct Bench {
44 std::vector<Bench> benches;
47 std::unique_ptr<Benchmark> bench{ r->factory()(nullptr) };
49 std::string name = bench->getName();
51 bench->isSuitableFor(Benchmark::kNonRendering_Backend)) {
52 bench->delayedSetup();
53 benches.emplace_back(Bench{std::move(bench), name,
59 SkDebugf("No bench matched.\n");
73 for (auto& bench : benches)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
timing_test.go 15 type Bench struct {
44 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
53 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
62 v := &Bench{7, 3.2, "now is the time", nil}
87 bench := &Bench{7, 3.2, "now is the time", []byte("for all good men")}
90 err := enc.Encode(bench)
96 t.Fatalf("mallocs per encode of type Bench: %v; wanted 0\n", allocs)
112 bench := &Bench{7, 3.2, "now is the time", []byte("for all good men")
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
timing_test.go 15 type Bench struct {
44 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
53 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
62 v := &Bench{7, 3.2, "now is the time", nil}
87 bench := &Bench{7, 3.2, "now is the time", []byte("for all good men")}
90 err := enc.Encode(bench)
96 t.Fatalf("mallocs per encode of type Bench: %v; wanted 0\n", allocs)
112 bench := &Bench{7, 3.2, "now is the time", []byte("for all good men")
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile 39 $O\Bench.obj \
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 0 // Bench.h
46 HRESULT Bench(
Bench.cpp 0 // Bench.cpp
49 #include "Bench.h"
    [all...]
  /external/v8/benchmarks/
richards.js 32 // http://www.cl.cam.ac.uk/~mr10/Bench.html

Completed in 509 milliseconds