We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi everyone:
How can i get “frame time” or “frame rate” with Streamline?
Hi zhong,
Does this helpfully/correctly answer your question? If so, it would be great if you could mark the question as "answered" - this way future users can be sure of the correct answer if they ever have the same question.
Thanks!
Ellie
There is no simple "FPS" counter, Streamline is a time-based sample scheme which gives a new counter sample every 1ms and it doesn't really know about frames.
FPS is generally easiest to measure from the application side, looking at the rate you are completing eglSwapBuffer calls, but be aware that this may be limited by window system performance (most commonly because of vsync), so may not be showing you the true performance of the GPU.