This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can i get “frame time” with Streamline ?

hi  everyone:

    

          How can i get “frame time” or “frame rate”  with Streamline?

    

  • 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.

  • 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