Home
last modified time | relevance | path

Searched refs:HostState (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libc/benchmarks/
DLibcBenchmark.cpp24 HostState HostState::get() { in get()
26 HostState H; in get()
DJSONTest.cpp28 HostState{ in getStudy()
57 auto Equals(const HostState &H) -> auto { in Equals()
59 Field(&HostState::CpuName, H.CpuName), in Equals()
60 Field(&HostState::CpuFrequency, H.CpuFrequency), in Equals()
61 Field(&HostState::Caches, Pointwise(EqualsCacheInfo(), H.Caches))); in Equals()
DLibcBenchmark.h118 struct HostState { struct
123 static HostState get(); argument
DLibcMemoryBenchmarkMain.cpp54 S.Host = HostState::get(); in Main()
DLibcMemoryBenchmark.h83 HostState Host;
DJSON.cpp218 static Error fromJson(const json::Value &V, libc_benchmarks::HostState &Out) { in fromJson()
303 static void Serialize(const HostState &HS, json::OStream &JOS) { in Serialize()