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

GPU utilization using MALI G51

Hello Team,


We need to understand that how to get value of %GPU utilization for individual processes running on target because there are lot of parameter include such as GPU active, Non-Fragment queue active etc, By which factor we can achieve the overall GPU performance for our application

Please find the below attached image as you can see the highlight portion of MALI GPU Utilization :



Is there any calculation we need to do to achieve the overall GPU performance?

And also the GPU utilization is in mega-cycle how can we achieve it in percentage?

Parents
  • Hello Peter,

    ?

    Modify the Streamline expression to divide cycles by your target frequency for that device. The $ZOOM macro can be used to provide scaling - it is the current bin size in seconds and so can be used to scale a frequency constant so it remains usable at all UI zoom levels.

    We are using Mali G51, we haven't found any frequency related information so could you please provide the information regarding frequency or some official document, we need to find in urgent basis.

    And just for confirmation to get the GPU in (%)

    GPU % =(  clock speed got from streamline / clock speed of MALI G51)x 100%

    Is my understanding correct?

    Best Regards,

    Rohit

Reply
  • Hello Peter,

    ?

    Modify the Streamline expression to divide cycles by your target frequency for that device. The $ZOOM macro can be used to provide scaling - it is the current bin size in seconds and so can be used to scale a frequency constant so it remains usable at all UI zoom levels.

    We are using Mali G51, we haven't found any frequency related information so could you please provide the information regarding frequency or some official document, we need to find in urgent basis.

    And just for confirmation to get the GPU in (%)

    GPU % =(  clock speed got from streamline / clock speed of MALI G51)x 100%

    Is my understanding correct?

    Best Regards,

    Rohit

Children