Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DJSONTest.cpp79 Field(&BenchmarkOptions::MaxDuration, BO.MaxDuration), in equals()
H A DLibcBenchmark.h60 Duration MaxDuration = std::chrono::seconds(10); member
232 else if (TotalBenchmarkDuration >= Options.MaxDuration)
H A DJSON.cpp177 O.map("MaxDuration", Out.MaxDuration); in fromJson()
264 JOS.attribute("MaxDuration", seconds(BO.MaxDuration)); in serialize()
H A DLibcBenchmarkTest.cpp92 Options.MaxDuration = nanoseconds(10); in TEST_F()
H A DLibcMemoryBenchmarkMain.cpp115 BO.MaxDuration = std::chrono::seconds(1); in createStudy()