Home
last modified time | relevance | path

Searched refs:num_sharing (Results 1 - 5 of 5) sorted by relevance

/third_party/benchmark/src/
H A Dreporter.cc57 if (CInfo.num_sharing != 0) in PrintBasicContext()
58 Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")"; in PrintBasicContext()
H A Dsysinfo.cc288 info.num_sharing = CountSetBitsInCPUMap(map_str); in GetCacheSizesFromKVFS()
305 int num_sharing; in GetCacheSizesMacOSX() member
317 info.num_sharing = c.num_sharing; in GetCacheSizesMacOSX()
347 C.num_sharing = static_cast<int>(b.count()); in GetCacheSizesWindows()
399 info.num_sharing = 0; in GetCacheSizesQNX()
H A Djson_reporter.cc155 << FormatKV("num_sharing", static_cast<int64_t>(CI.num_sharing))
/third_party/benchmark/test/
H A Dreporter_output_test.cc40 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$"; in AddContextCases()
48 {"\"num_sharing\": %int$", MR_Next}, in AddContextCases()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1675 int num_sharing; member

Completed in 7 milliseconds