加blend2d 图例分开显示
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user