0

I have a non-Android Embedded system which uses Embedded Linux based OS. It has a Mali GPU and I need to profile GPU performance. Some options were DS5 Streamline and Mali Graphics debugger, but it seems tailored for Android (with adb). Is there any generic GPU profiling tool which I can use?

deeps8us
  • 75
  • 1
  • 9
  • What is your exact SoC chip used for the system? Which is exact GPU model? Can you write the board model? What is the Linux version (`uname -srvmpio`, `lsb_release -a`)? What is the graphic solution used, is it Xorg server? GPU profiling is specific to GPU vendors and generations. – osgx Jul 28 '20 at 11:58

1 Answers1

2

Streamline (DS version) does support Linux-based targets. On the Streamline documentation page you'll find near the bottom a link to the doc for setting up a Linux-based target.

BenClark
  • 338
  • 2
  • 12