Home
last modified time | relevance | path

Searched refs:MaxDuration (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libc/benchmarks/
DJSONTest.cpp67 Field(&BenchmarkOptions::MaxDuration, BO.MaxDuration), in Equals()
DLibcBenchmark.h63 Duration MaxDuration = std::chrono::seconds(10); member
235 else if (TotalBenchmarkDuration >= Options.MaxDuration)
DLibcBenchmarkTest.cpp92 Options.MaxDuration = nanoseconds(10); in TEST_F()
DJSON.cpp178 O.map("MaxDuration", Out.MaxDuration); in fromJson()
283 JOS.attribute("MaxDuration", Seconds(BO.MaxDuration)); in Serialize()