Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Editor: FPS and GPU Time doesn't update on Android Editor. #98096

Closed
llama-nl opened this issue Oct 11, 2024 · 2 comments
Closed

Android Editor: FPS and GPU Time doesn't update on Android Editor. #98096

llama-nl opened this issue Oct 11, 2024 · 2 comments

Comments

@llama-nl
Copy link

Tested versions

v4.3.stable.official [77dcf97]

System information

Android 11 - Compatibility renderer

Issue description

Screenshot_20241011_220457

FPS and GPU Time is not updating. This happing with most of the android device.

Steps to reproduce

enabled view frame time.

Minimal reproduction project (MRP)

N/A

@ryevdokimov
Copy link
Contributor

100,000 FPS? Some people have said that mobile phones/tablets would totally replace laptops and desktop, but I didn't think it would be so soon.

@Calinou
Copy link
Member

Calinou commented Oct 11, 2024

Thanks for the report! Consolidating in #74209.

100,000 FPS? Some people have said that mobile phones/tablets would totally replace laptops and desktop, but I didn't think it would be so soon.

This happens because GPU time reporting doesn't work on Android (at least in OpenGL), and the GPU time readout is clamped to 0.01 ms to avoid division by zero.

#75512 would partially address this issue.

@AThousandShips AThousandShips closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants