Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_painter.cpp50 auto bars = GenerateTimeBars(width, height, normalFPS); in Draw() local
52 for (const auto &[isHeavy, color, x, y, w, h] : bars) { in Draw()
95 std::vector<struct TimeBar> bars; in GenerateTimeBars() local
139 bars.push_back(bar); in GenerateTimeBars()
145 return bars; in GenerateTimeBars()

Completed in 2 milliseconds