Home
last modified time | relevance | path

Searched refs:system_metrics (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/process/
Dprocess_metrics.cc16 SystemMetrics system_metrics; in Sample() local
18 system_metrics.committed_memory_ = GetSystemCommitCharge(); in Sample()
20 GetSystemMemoryInfo(&system_metrics.memory_info_); in Sample()
21 GetSystemDiskInfo(&system_metrics.disk_info_); in Sample()
24 GetSwapInfo(&system_metrics.swap_info_); in Sample()
27 return system_metrics; in Sample()
/external/chromium_org/base/debug/
Dtrace_event_system_stats_monitor.cc125 void AppendSystemProfileAsTraceFormat(const SystemMetrics& system_metrics, in AppendSystemProfileAsTraceFormat() argument
128 base::JSONWriter::Write(system_metrics.ToValue().get(), &tmp); in AppendSystemProfileAsTraceFormat()