Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/perfstatsd/include/
H A Dcpu_usage.h22 #define CPU_USAGE_BUFFER_SIZE (6 * 30) macro
/aosp12/hardware/google/pixel/perfstatsd/
H A Dperfstatsd.cpp27 cpuUsage->setBufferSize(CPU_USAGE_BUFFER_SIZE); in Perfstatsd()