Hello,
I have questions about the analysis the performance of GPU through the Mali SDK samples.
I ported Mali on my board on fbdev system and I want to compare Mali performance to the one.
1)
My fbdev is in mode "1920x1080-60" but Mali SDK samples doesn't print graphics to full screen.
Can I set the resolution of Mali SDK samples?
2)
Is there ANY referenceable report or record about the performance of Mali SDK samples(I mean fps record) on fbdev available?
Thank you.
Nari
If memory serves, the cube example at least prints the FPS to the console, and the resolution is probably hard coded to something in the code somewhere, so should be easily greppable
Hth,
Chris
Thank you, Chris.
I found that hard-coded window setting in the code you said.
I know that sample program(cube) prints FPS to the console and I got it.
I wanted to compare my FPS to other platform or case. is there any referable record?
Regards,
Ah my mistake, misunderstood your first question. I don't think we have any record/database of performance numbers for SDK samples. Do I understand correctly that you would like us to publish SDK performance on a given driver release, so you can reproduce the measurements and check you are getting the expected perf? If so I will create a ticket to provide such measurements for future and past releases.
Cheers,
Yes, that is what I want!
Currently My board is using Exynos5260 SoC and T62x Mali. And I ported Mali to fbdev system with 1920x1080 display output. Just for your information.. you know..
I really appreciate to you, Chris
Best regards,