Home
last modified time | relevance | path

Searched refs:gpu_other_pss_kb_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_memory_stats.h57 uint64_t gpu_other_pss_kb() const { return gpu_other_pss_kb_; } in gpu_other_pss_kb()
86 uint64_t gpu_other_pss_kb_ = 0; variable
Dprocess_memory_stats.cc134 gpu_other_pss_kb_ = mt.other_pss() / 1024; in ReadGpuStats()