Skip to content

修复Profiler显存统计异常问题,新增Vulkan的Pass Time Scope统计#148

Merged
YXHXianYu merged 3 commits intomainfrom
feature/profile
Apr 20, 2026
Merged

修复Profiler显存统计异常问题,新增Vulkan的Pass Time Scope统计#148
YXHXianYu merged 3 commits intomainfrom
feature/profile

Conversation

@yuio0801
Copy link
Copy Markdown
Collaborator

Screenshot 2026-04-14 181743

新增GPU Pass级别耗时统计,Hook了vkCmdBegin/EndDebugUtilsLabelEXT,对应引擎中VulkanCmdList::BeginLabel/EndLabel。在vkQueueSubmit2中更新pass信息。

Fixes #137

@yuio0801 yuio0801 requested a review from YXHXianYu April 14, 2026 11:43
@yuio0801 yuio0801 self-assigned this Apr 14, 2026
@YXHXianYu
Copy link
Copy Markdown
Member

我周末review一下

Copy link
Copy Markdown
Member

@YXHXianYu YXHXianYu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在你的profile模块下添加一个readme,写一下主要功能/修改/运行时截图吧。其他都没什么问题

@YXHXianYu
Copy link
Copy Markdown
Member

我这里直接加吧,加完我直接合并,你那边不用改了

@YXHXianYu YXHXianYu self-requested a review April 20, 2026 12:20
@YXHXianYu YXHXianYu merged commit 2e219b2 into main Apr 20, 2026
@YXHXianYu YXHXianYu deleted the feature/profile branch April 20, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CPU Memory Profiler:显存大小错误(texture反复重建,显存开销只增不减);选项会出现validation error

2 participants