Searched refs:FlushVsync (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | common-trace-using-instructions.md | 40 | 2 | FlushVsync | | 刷新视图同步事件,包括记录帧信息、刷新任务、绘制渲染上下文、… 295 以下代码是刷新视图同步事件,包括记录帧信息、刷新任务、绘制渲染上下文、处理用户输入。在方法开头调用宏定义ACE_FUNCTION_TRACE,将函数名FlushVsync作为Trace名称记录下来,… 300 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount)
|
H A D | delay_related_performance.md | 255 |3|应用进程|FlushVsync|刷新视图同步事件,包括记录帧信息、刷新任务、绘制渲染上下文、处理用户输入。|
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 190 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT); 200 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT); 210 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT); 243 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT); 252 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT);
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | common-trace-using-instructions.md | 48 | 2 | FlushVsync | | Refreshes the view synchroniza… 316 …ION_TRACE** at the beginning of the method, record the function name **FlushVsync** as the trace n… 321 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount)
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 278 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) {} in FlushVsync() function in OHOS::Ace::NG::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 708 FlushVsync(nanoTimestamp, frameCount); in OnVsyncEvent()
|
H A D | pipeline_context.h | 823 void FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) override;
|
H A D | pipeline_base.h | 1479 virtual void FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) = 0;
|
H A D | pipeline_context.cpp | 1930 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) in FlushVsync() function in OHOS::Ace::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 971 void FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) override;
|
H A D | pipeline_context.cpp | 543 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) in FlushVsync() function in OHOS::Ace::NG::PipelineContext 1567 FlushVsync(GetTimeFromExternalTimer(), 0); in SetRootRect() 4625 FlushVsync(nanoTimestamp, frameCount); in PreLayout()
|