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

  /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);
  /external/chromium_org/chrome/browser/
memory_details.cc 489 int total_sample = static_cast<int>(aggregate_memory / 1000); local
490 UMA_HISTOGRAM_MEMORY_MB("Memory.Total", total_sample);
570 int total_sample = static_cast<int>(aggregate_memory / 1000); local
571 UMA_HISTOGRAM_MEMORY_MB("Memory.Swap.Total", total_sample);

Completed in 208 milliseconds