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

  /frameworks/base/tests/JankBench/app/src/main/jni/
Bench.h 28 class Bench {
30 Bench();
31 ~Bench();
Bench.cpp 22 #include "Bench.h"
25 Bench::Bench()
38 Bench::~Bench()
42 uint64_t Bench::getTimeNanos() const
49 uint64_t Bench::getTimeMillis() const
55 void Bench::testWork(void *usr, uint32_t idx)
57 Bench *b = (Bench *)usr
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
timing_test.go 16 type Bench struct {
45 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
54 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
63 v := &Bench{7, 3.2, "now is the time", nil}
88 bench := &Bench{7, 3.2, "now is the time", []byte("for all good men")}
91 err := enc.Encode(bench)
97 t.Fatalf("mallocs per encode of type Bench: %v; wanted 0\n", allocs)
113 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 16 type Bench struct {
45 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
54 return &Bench{7, 3.2, "now is the time", bytes.Repeat([]byte("for all good men"), 100)}
63 v := &Bench{7, 3.2, "now is the time", nil}
88 bench := &Bench{7, 3.2, "now is the time", []byte("for all good men")}
91 err := enc.Encode(bench)
97 t.Fatalf("mallocs per encode of type Bench: %v; wanted 0\n", allocs)
113 bench := &Bench{7, 3.2, "now is the time", []byte("for all good men")
    [all...]
  /external/autotest/client/deps/glbench/src/
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.

Completed in 162 milliseconds