Searched refs:HostState (Results 1 – 7 of 7) sorted by relevance
24 HostState HostState::get() { in get()26 HostState H; in get()
29 Runtime{HostState{"CpuName", in getStudy()58 auto equals(const HostState &H) -> auto { in equals()60 Field(&HostState::CpuName, H.CpuName), in equals()61 Field(&HostState::CpuFrequency, H.CpuFrequency), in equals()62 Field(&HostState::Caches, Pointwise(EqualsCacheInfo(), H.Caches))); in equals()
115 struct HostState { struct120 static HostState get(); argument
65 const std::vector<CacheInfo> &CacheInfos = HostState::get().Caches; in getL1DataCacheSize()
210 static Error fromJson(const json::Value &V, libc_benchmarks::HostState &Out) { in fromJson()292 static void serialize(const HostState &HS, json::OStream &JOS) { in serialize()
71 HostState Host;
109 RI.Host = HostState::get(); in createStudy()