reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 out << indent << FormatKV("date", walltime_value) << ",\n"; 81 out << indent << FormatKV("executable", Context::executable_name) << ",\n"; 85 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) 87 out << indent 91 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled) 94 out << indent << "\"caches\": [\n"; 95 indent = std::string(6, ' '); 99 out << indent << "{\n"; 108 out << indent << "}"; 112 indent = std::string(4, ' '); 113 out << indent << "],\n"; 120 out << indent << FormatKV("library_build_type", build_type) << "\n";