Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkMain.cpp39 StudyName("study-name", cl::desc("The name for this study"), cl::Required); variable
107 Study.StudyName = StudyName; in createStudy()
H A DJSONTest.cpp97 return AllOf(Field(&Study::StudyName, S.StudyName), in equals()
H A DJSON.cpp229 O.map("StudyName", Out.StudyName); in fromJson()
311 JOS.attribute("StudyName", S.StudyName); in serializeToJson()
H A DLibcMemoryBenchmark.h93 std::string StudyName; member
H A Dlibc-benchmark-analysis.py342 return F'{getFunction(study)} {study["StudyName"]}'