加blend2d 图例分开显示

This commit is contained in:
2026-07-31 06:21:10 +08:00
parent 0df7beda49
commit fe3a4a6128
75 changed files with 2191 additions and 1425 deletions
+2 -1
View File
@@ -223,7 +223,7 @@ void validate_performance_log(const QString& log_path) {
std::vector<QString> lines = wait_log_lines(log_path, 8);
ASSERT_GT(lines.size(), 1);
const QString& header = lines.front();
EXPECT_TRUE(header.startsWith("frame_id,input_version,slot_generation,outcome,bottleneck"));
EXPECT_TRUE(header.startsWith("frame_id,input_version,outcome,bottleneck"));
EXPECT_FALSE(header.contains("policy"));
expect_header_field(header, "production_fps");
expect_header_field(header, "display_fps");
@@ -231,6 +231,7 @@ void validate_performance_log(const QString& log_path) {
expect_header_field(header, "effective_interval_ms");
expect_header_field(header, "superseded_ratio");
expect_header_field(header, "display_efficiency");
expect_header_field(header, "reused_front_frames");
expect_header_field(header, "renderable_stats");
expect_header_field(header, "renderable_cache_stats");
expect_header_field(header, "cache_rebuild_count");