OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestBenchmark
(Results
1 - 11
of
11
) sorted by null
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
ExperimentingRunnerModuleTest.java
56
methodA =
TestBenchmark
.class.getDeclaredMethod("a");
57
methodB =
TestBenchmark
.class.getDeclaredMethod("b");
58
methodC =
TestBenchmark
.class.getDeclaredMethod("c");
73
BenchmarkClass.forClass(
TestBenchmark
.class),
87
BenchmarkClass.forClass(
TestBenchmark
.class),
97
BenchmarkClass.forClass(
TestBenchmark
.class),
106
BenchmarkClass.forClass(
TestBenchmark
.class),
114
static final class
TestBenchmark
{
ArbitraryMeasurmentInstrumentTest.java
41
runner.forBenchmark(
TestBenchmark
.class)
54
public static class
TestBenchmark
{
WorkerProcessTest.java
71
benchmarkClass = BenchmarkClass.forClass(
TestBenchmark
.class);
75
Method method =
TestBenchmark
.class.getDeclaredMethods()[0];
88
.className(
TestBenchmark
.class.getName())
153
static final class
TestBenchmark
{
AllocationInstrumentTest.java
86
public static class
TestBenchmark
{
RuntimeInstrumentTest.java
154
static final class
TestBenchmark
{
/external/chromium-trace/catapult/telemetry/telemetry/
benchmark_unittest.py
24
class
TestBenchmark
(benchmark.Benchmark):
26
super(
TestBenchmark
, self).__init__()
40
b =
TestBenchmark
(story_module.Story(
47
b =
TestBenchmark
(story_module.Story(
53
b =
TestBenchmark
(android.AndroidStory(start_intent=None))
74
b =
TestBenchmark
(page.Page(url='about:blank'))
132
class PredicateBenchmark(
TestBenchmark
):
/prebuilts/go/darwin-x86/src/go/types/
self_test.go
42
func
TestBenchmark
(t *testing.T) {
/prebuilts/go/linux-x86/src/go/types/
self_test.go
42
func
TestBenchmark
(t *testing.T) {
/external/icu/icu4c/source/test/intltest/
numfmtst.h
208
void
TestBenchmark
();
numberformat2test.cpp
96
void
TestBenchmark
();
210
TESTCASE_AUTO(
TestBenchmark
);
615
void NumberFormat2Test::
TestBenchmark
() {
[
all
...]
numfmtst.cpp
574
TESTCASE_AUTO(
TestBenchmark
);
[
all
...]
Completed in 948 milliseconds