Searched defs:DrawProfiler (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDrawProfiler.h27 class DrawProfiler { class in namespace:android::uirenderer
29 DrawProfiler();
30 ~DrawProfiler();
H A DDrawProfiler.cpp16 #include "DrawProfiler.h"
59 DrawProfiler::DrawProfiler() function in class:android::uirenderer::DrawProfiler
74 DrawProfiler::~DrawProfiler() {
78 void DrawProfiler::setDensity(float density) {
87 void DrawProfiler::startFrame(nsecs_t recordDurationNanos) {
93 void DrawProfiler::markPlaybackStart() {
100 void DrawProfiler::markPlaybackEnd() {
107 void DrawProfiler
[all...]

Completed in 176 milliseconds