#include <cpuinfo.h>
Definition at line 41 of file cpuinfo.h.
◆ Cleanup()
static void dart::CpuInfo::Cleanup |
( |
| ) |
|
|
static |
◆ FieldContains()
static bool dart::CpuInfo::FieldContains |
( |
CpuInfoIndices |
idx, |
|
|
const char * |
search_string |
|
) |
| |
|
static |
◆ FieldName()
Definition at line 46 of file cpuinfo.h.
46 {
48 return fields_[idx];
49 }
◆ GetCpuModel()
static const char * dart::CpuInfo::GetCpuModel |
( |
| ) |
|
|
inlinestatic |
Definition at line 59 of file cpuinfo.h.
59 {
62 } else {
64 }
65 }
static const char * FieldName(CpuInfoIndices idx)
static bool HasField(const char *field)
static char * StrDup(const char *s)
◆ HasField()
static bool dart::CpuInfo::HasField |
( |
const char * |
field | ) |
|
|
static |
◆ Init()
static void dart::CpuInfo::Init |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/cpuinfo.h