Home
last modified time | relevance | path

Searched refs:time_type (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/bench/
Dcheck_bench_regressions.py56 def __init__(self, bench, config, time_type, settings): argument
59 self.time_type = time_type
66 str(self.time_type),
74 str(self.time_type),
81 self.time_type == other.time_type and
87 hash(self.time_type) ^
103 point_name = Label(point.bench,point.config,point.time_type,
/third_party/benchmark/src/
Dbenchmark_api_internal.cc69 name_.time_type = "process_time"; in BenchmarkInstance()
73 if (!name_.time_type.empty()) { in BenchmarkInstance()
74 name_.time_type += '/'; in BenchmarkInstance()
76 name_.time_type += "manual_time"; in BenchmarkInstance()
78 if (!name_.time_type.empty()) { in BenchmarkInstance()
79 name_.time_type += '/'; in BenchmarkInstance()
81 name_.time_type += "real_time"; in BenchmarkInstance()
Dbenchmark_name.cc57 repetitions, time_type, threads); in str()
/third_party/python/Lib/zoneinfo/
D_common.py32 time_type = "l"
36 time_type = "q"
/third_party/benchmark/test/
Dbenchmark_name_gtest.cc63 name.time_type = "hammer_time"; in TEST()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1713 std::string time_type; member
/third_party/python/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py847 time_type = time_types[v]