Home
last modified time | relevance | path

Searched refs:GenerateTimeBars (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/
H A Dframe_painter_test.cpp128 * @tc.desc: Test RsNodeCostManagerTest.GenerateTimeBars
132 HWTEST_F(FramePainterTest, GenerateTimeBars, TestSize.Level1) in HWTEST_F()
137 framePainter->GenerateTimeBars(1600, 800, 1); in HWTEST_F()
143 * @tc.desc: Test RsNodeCostManagerTest.GenerateTimeBars
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dframe_painter.h46 std::vector<struct TimeBar> GenerateTimeBars(uint32_t width, uint32_t height, uint32_t fps);
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_painter.cpp50 auto bars = GenerateTimeBars(width, height, normalFPS); in Draw()
92 std::vector<struct FramePainter::TimeBar> FramePainter::GenerateTimeBars( in GenerateTimeBars() function in OHOS::Rosen::FramePainter

Completed in 1 milliseconds