OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMA_HISTOGRAM_MEMORY_KB
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
memory_details.cc
280
UMA_HISTOGRAM_MEMORY_KB
("Memory.Browser", sample);
287
UMA_HISTOGRAM_MEMORY_KB
("Memory.Extension", sample);
291
UMA_HISTOGRAM_MEMORY_KB
("Memory.Chrome", sample);
300
UMA_HISTOGRAM_MEMORY_KB
("Memory.Renderer", sample);
307
UMA_HISTOGRAM_MEMORY_KB
("Memory.Plugin", sample);
311
UMA_HISTOGRAM_MEMORY_KB
("Memory.Worker", sample);
315
UMA_HISTOGRAM_MEMORY_KB
("Memory.Utility", sample);
319
UMA_HISTOGRAM_MEMORY_KB
("Memory.Zygote", sample);
323
UMA_HISTOGRAM_MEMORY_KB
("Memory.SandboxHelper", sample);
327
UMA_HISTOGRAM_MEMORY_KB
("Memory.NativeClient", sample)
[
all
...]
/external/chromium/base/metrics/
histogram.h
223
#define
UMA_HISTOGRAM_MEMORY_KB
(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \
Completed in 27 milliseconds