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

  /external/chromium-trace/catapult/tracing/tracing_build/
benchmarks.py 14 class Bench(object):
33 if g != Bench and inspect.isclass(g) and
34 Bench in inspect.getmro(g)]
39 sys.stderr.write('Bench %r not found.' % args.bench_name)
42 bench = b[0]()
43 bench.SetUp()
48 bench.Run()
58 bench.TearDown()
  /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/autotest/client/deps/glbench/src/
testbase.cc 48 double Bench(TestBase* test) {
61 printf("Bench: Cooled down to %.1f'C (initial=%.1f'C) after waiting %.1fs.\n",
131 value = Bench(test);
133 // Bench returns 0.0 if it ran max iterations in less than a min test time.

Completed in 89 milliseconds