Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAnimatorSceneDataProcessor.cpp35 static int64_t GetCurrentRealtimeMs() in GetCurrentRealtimeMs() function
147 record->startTime = GetCurrentRealtimeMs(); in SaveAnimatorPoint()
204 … if (it->second != nullptr && (GetCurrentRealtimeMs() - (it->second)->startTime) >= TIME_OUT) { in HandleTimeOutPoints()