Home | History | Annotate | Download | only in base

Lines Matching defs:proc_info

22   ProcCpuInfo proc_info;
23 EXPECT_TRUE(proc_info.LoadFromSystem());
26 EXPECT_TRUE(proc_info.GetNumCpus(&out_cpus));
31 EXPECT_TRUE(proc_info.GetNumPhysicalCpus(&out_cpus_phys));
37 EXPECT_TRUE(proc_info.GetCpuFamily(&out_family));
43 EXPECT_TRUE(proc_info.GetSectionStringValue(0, "Processor", &out_processor));
51 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "model", &out_model));
55 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "stepping", &out_stepping));
59 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "processor", &out_processor));
64 EXPECT_TRUE(proc_info.GetSectionStringValue(0, "vendor_id", &out_str));