KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

Fix requested_stats_count value cause no performance counters working #1055

Closed Assert-Backslash closed 5 months ago

Assert-Backslash commented 5 months ago

Description

I found out that all HWCPipe counters not working when I downloaded the newest vulkan samples, and then i found out why and fixed it. wrong fixed

Fixes #1053

General Checklist:

Please ensure the following points are checked:

Sample Checklist

If your PR contains a new or modified sample, these further checks must be carried out in addition to the General Checklist:

Assert-Backslash commented 5 months ago

Of course. I will handle this next Monday :)

程沛楠 TECH-图形引擎组-Rendering Engine | 图形引擎开发工程师-Rendering Engine Programmer

[image] BOOMING TECH | 不鸣科技 www.boomingtech.comhttp://www.boomingtech.com/

From: @.> Date:  Thu, May 23, 2024, 23:26 Subject:  Re: [KhronosGroup/Vulkan-Samples] Fix requested_stats_count value cause no performance counters working (PR #1055) To: @.> Cc: @.>, @.>

@JoseEmilio-ARM approved this pull request. Thank you very much! Would you be able to also rename requested_stats_count to stat_data_count? — Reply to this email directly, view it on GitHubhttps://github.com/KhronosGroup/Vulkan-Samples/pull/1055#pullrequestreview-2074328252, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKM3VCYWNMCWTMQFXM34XMLZDYDBXAVCNFSM6AAAAABIE2WC6GVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDANZUGMZDQMRVGI. You are receiving this because you authored the thread.[image: https://github.com/notifications/beacon/AKM3VC2N5G6FOSMZ3GZ6S53ZDYDBXA5CNFSM6AAAAABIE2WC6GWGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTT3UO6LY.gif]Message ID: @.***> 保密提示:本邮件及其任何附件具有保密性质,并可能受其他保护不允许被披露给第三方。如阁下误收到本邮件,敬请立即以回复电子邮件的方式通知发信人,并将本邮件及其任何附件从阁下系统中予以删除。如阁下并非本邮件写明之收件人,敬请切勿使用、复制、披露本邮件或其任何内容,亦请切勿依本邮件或其任何内容而采取任何行动。多谢合作! CONFIDENTIALITY CAUTION: This email or the attachments therein are solely intended for the recipient and may contain confidential and/or privileged information. If it has reached you by mistake, please do not read, copy, save, forward or disseminate it to anyone else. We would appreciate it if you could delete it from your system and inform us by returning this email. Thank you.

Assert-Backslash commented 5 months ago

I have already renamed requested_stats_count to stat_data_count ^_^

tomadamatkinson commented 5 months ago

Approved from a code standpoint. Can't test on android at the moment!