Searched refs:time_type (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/bench/ |
D | check_bench_regressions.py | 56 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/ |
D | benchmark_api_internal.cc | 69 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()
|
D | benchmark_name.cc | 57 repetitions, time_type, threads); in str()
|
/third_party/python/Lib/zoneinfo/ |
D | _common.py | 32 time_type = "l" 36 time_type = "q"
|
/third_party/benchmark/test/ |
D | benchmark_name_gtest.cc | 63 name.time_type = "hammer_time"; in TEST()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1713 std::string time_type; member
|
/third_party/python/Lib/test/test_zoneinfo/ |
D | test_zoneinfo.py | 847 time_type = time_types[v]
|