Home
last modified time | relevance | path

Searched refs:JLID_GRAPHIC_INTERACTION_RENDER_JANK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DJlogId.h49 JLID_GRAPHIC_INTERACTION_RENDER_JANK = 36, enumerator
H A DXperfPlugin.cpp57 {"GRAPHIC:INTERACTION_RENDER_JANK", JLID_GRAPHIC_INTERACTION_RENDER_JANK},
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp92 RegisterMonitorByLogID(static_cast<int>(JLID_GRAPHIC_INTERACTION_RENDER_JANK), animatorMonitor); in InitJankAnimatorMonitor()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAnimatorSceneDataProcessor.cpp69 case JLID_GRAPHIC_INTERACTION_RENDER_JANK: in ProcessSceneData()