HomeSort by relevance Sort by last modified time
    Searched refs:SimpleBenchmark (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /libcore/benchmarks/src/benchmarks/regression/
SystemPropertiesBenchmark.java 19 import com.google.caliper.SimpleBenchmark;
21 public class SystemPropertiesBenchmark extends SimpleBenchmark {
CharsetForNameBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
23 public class CharsetForNameBenchmark extends SimpleBenchmark {
DefaultCharsetBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
23 public class DefaultCharsetBenchmark extends SimpleBenchmark {
IcuBenchmark.java 19 import com.google.caliper.SimpleBenchmark;
26 public class IcuBenchmark extends SimpleBenchmark {
SSLSocketFactoryBenchmark.java 20 import com.google.caliper.SimpleBenchmark;
23 public class SSLSocketFactoryBenchmark extends SimpleBenchmark {
StringLengthBenchmark.java 20 import com.google.caliper.SimpleBenchmark;
22 public class StringLengthBenchmark extends SimpleBenchmark {
ThreadLocalBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
23 public class ThreadLocalBenchmark extends SimpleBenchmark {
DnsBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
25 public class DnsBenchmark extends SimpleBenchmark {
StringToRealBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
23 public class StringToRealBenchmark extends SimpleBenchmark {
IntConstantRemainderBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
23 public class IntConstantRemainderBenchmark extends SimpleBenchmark {
JarFileBenchmark.java 22 import com.google.caliper.SimpleBenchmark;
24 public class JarFileBenchmark extends SimpleBenchmark {
LoopingBackwardsBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
28 public class LoopingBackwardsBenchmark extends SimpleBenchmark {
StringBenchmark.java 20 import com.google.caliper.SimpleBenchmark;
22 public class StringBenchmark extends SimpleBenchmark {
StringIsEmptyBenchmark.java 20 import com.google.caliper.SimpleBenchmark;
22 public class StringIsEmptyBenchmark extends SimpleBenchmark {
BigIntegerBenchmark.java 22 import com.google.caliper.SimpleBenchmark;
24 public class BigIntegerBenchmark extends SimpleBenchmark {
  /external/chromium_org/third_party/angle/tests/perf_tests/
SimpleBenchmark.cpp 7 #include "SimpleBenchmark.h"
10 SimpleBenchmark::SimpleBenchmark(const std::string &name, size_t width, size_t height, EGLint glesMajorVersion, EGLint requestedRenderer)
22 bool SimpleBenchmark::initialize()
28 void SimpleBenchmark::destroy()
39 void SimpleBenchmark::step(float dt, double totalTime)
44 void SimpleBenchmark::draw()
63 int SimpleBenchmark::run()
125 bool SimpleBenchmark::popEvent(Event *event)
130 OSWindow *SimpleBenchmark::getWindow(
    [all...]
SimpleBenchmark.h 24 class SimpleBenchmark
27 SimpleBenchmark(const std::string &name, size_t width, size_t height,
31 virtual ~SimpleBenchmark() { };
53 DISALLOW_COPY_AND_ASSIGN(SimpleBenchmark);
  /frameworks/base/core/tests/benchmarks/src/android/net/
TrafficStatsBenchmark.java 19 import com.google.caliper.SimpleBenchmark;
21 public class TrafficStatsBenchmark extends SimpleBenchmark {
  /frameworks/base/core/tests/benchmarks/src/android/os/
StrictModeBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
23 public class StrictModeBenchmark extends SimpleBenchmark {
  /libcore/benchmarks/src/benchmarks/
MultiplicationBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
26 public class MultiplicationBenchmark extends SimpleBenchmark {
VirtualVersusInterfaceBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
30 public class VirtualVersusInterfaceBenchmark extends SimpleBenchmark {
ArrayCopyBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
25 public class ArrayCopyBenchmark extends SimpleBenchmark {
ArrayIterationBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
26 public class ArrayIterationBenchmark extends SimpleBenchmark {
ArrayListIterationBenchmark.java 21 import com.google.caliper.SimpleBenchmark;
28 public class ArrayListIterationBenchmark extends SimpleBenchmark {
  /frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
NetworkStatsFactoryBenchmark.java 22 import com.google.caliper.SimpleBenchmark;
26 public class NetworkStatsFactoryBenchmark extends SimpleBenchmark {

Completed in 829 milliseconds

1 2 3 4