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

  /external/chromium_org/chrome/browser/performance_monitor/
process_metrics_history.h 50 *private_bytes = accumulated_private_bytes_ / sample_count_;
65 size_t accumulated_private_bytes_; member in class:performance_monitor::ProcessMetricsHistory
process_metrics_history.cc 32 accumulated_private_bytes_ = 0;
64 accumulated_private_bytes_ += private_bytes;

Completed in 40 milliseconds