Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DJSONTest.cpp69 Field(&StudyConfiguration::IsSweepMode, SC.IsSweepMode), in equals()
H A DJSON.cpp193 O.map("IsSweepMode", Out.IsSweepMode); in fromJson()
284 JOS.attribute("IsSweepMode", SC.IsSweepMode); in serialize()
H A DLibcMemoryBenchmark.h43 bool IsSweepMode = false; member
H A DLibcMemoryBenchmarkMain.cpp124 SC.IsSweepMode = SweepMode; in createStudy()
H A Dlibc-benchmark-analysis.py334 Mode = " (Sweep)" if study["Configuration"]["IsSweepMode"] else ""