Searched refs:JankTracker (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
H A DJankTracker.cpp17 #include "JankTracker.h"
113 int32_t JankTracker::frameTimeForFrameCountIndex(uint32_t index) {
126 int32_t JankTracker::frameTimeForSlowFrameCountIndex(uint32_t index) {
130 JankTracker::JankTracker(const DisplayInfo& displayInfo) { function in class:android::uirenderer::JankTracker
154 JankTracker::~JankTracker() {
158 void JankTracker::freeData() {
168 void JankTracker::rotateStorage() {
180 void JankTracker
[all...]
H A DJankTracker.h73 class JankTracker { class in namespace:android::uirenderer
75 explicit JankTracker(const DisplayInfo& displayInfo);
76 ~JankTracker();
H A DAndroid.mk86 JankTracker.cpp \
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h22 #include "../JankTracker.h"
97 JankTracker& jankTracker() { return *mJankTracker; }
156 JankTracker* mJankTracker = nullptr;
H A DCanvasContext.h255 JankTracker mJankTracker;
H A DRenderThread.cpp199 mJankTracker = new JankTracker(mDisplayInfo);
/frameworks/base/libs/hwui/tests/unit/
H A DGraphicsStatsServiceTests.cpp92 expectedBucket = JankTracker::frameTimeForFrameCountIndex(i);
96 expectedBucket = JankTracker::frameTimeForSlowFrameCountIndex(temp);
149 expectedBucket = JankTracker::frameTimeForFrameCountIndex(i);
154 expectedBucket = JankTracker::frameTimeForSlowFrameCountIndex(temp);
/frameworks/base/services/core/jni/
H A Dcom_android_server_GraphicsStatsService.cpp24 #include <JankTracker.h>
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp19 #include "JankTracker.h"
118 int32_t renderTime = JankTracker::frameTimeForFrameCountIndex(i);
131 int32_t renderTime = JankTracker::frameTimeForSlowFrameCountIndex(i);

Completed in 882 milliseconds