Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.h157 void ReportAnimateStart(const std::string& sceneId, SceneRecord* record);
H A Dperf_monitor.cpp374 ReportAnimateStart(it->first, it->second); in SetFrameTime()
476 void PerfMonitor::ReportAnimateStart(const std::string& sceneId, SceneRecord* record) in ReportAnimateStart() function in OHOS::Ace::PerfMonitor