HomeSort by relevance Sort by last modified time
    Searched refs:SystemMetrics (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/process/
process_metrics.cc 12 SystemMetrics::SystemMetrics() {
16 SystemMetrics SystemMetrics::Sample() {
17 SystemMetrics system_metrics;
31 scoped_ptr<Value> SystemMetrics::ToValue() const {
process_metrics.h 368 class SystemMetrics {
370 SystemMetrics();
372 static SystemMetrics Sample();
378 FRIEND_TEST_ALL_PREFIXES(SystemMetricsTest, SystemMetrics);
  /external/chromium_org/base/debug/
trace_event_system_stats_monitor.cc 41 SystemMetrics system_stats_;
47 system_stats_ = SystemMetrics::Sample();
125 void AppendSystemProfileAsTraceFormat(const SystemMetrics& system_metrics,
trace_event_system_stats_monitor.h 68 BASE_EXPORT void AppendSystemProfileAsTraceFormat(const SystemMetrics&

Completed in 876 milliseconds