Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_painter.cpp64 DrawFPSLine(canvas, normalFPS, height / frameTotalMs, 0xbf00ff00); in Draw()
67 DrawFPSLine(canvas, slowFPS, height / frameTotalMs, 0xbfff0000); in Draw()
78 auto heightPerMs = height / frameTotalMs; in DrawFPSLine()
97 auto heightPerMs = height / frameTotalMs; in GenerateTimeBars()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dframe_info.h134 static constexpr double frameTotalMs = 160; variable