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

  /external/chromium_org/chrome/browser/
memory_details.cc 487 int total_sample = static_cast<int>(aggregate_memory / 1000); local
488 UMA_HISTOGRAM_MEMORY_MB("Memory.Total", total_sample);
574 int total_sample = static_cast<int>(aggregate_memory / 1000); local
575 UMA_HISTOGRAM_MEMORY_MB("Memory.Swap.Total", total_sample);
  /external/chromium/chrome/browser/
memory_details.cc 356 int total_sample = static_cast<int>(aggregate_memory / 1000); local
357 UMA_HISTOGRAM_MEMORY_MB("Memory.Total", total_sample);

Completed in 80 milliseconds