performance studio tell that : https://developer.arm.com/Tools%20and%20Software/Arm%20Development%20Studio#Supported-Devices
streamline can collect openCL timeline .
but when i select counters it warn that : GPU frequency counters not available for GPU.
it can not capture mali timeline
streamline user guild tell that :"Mali Timeline Events requires your device to Have a Mali device driver version r40p0"
i get my driver version through openCL clGetDeviceInfo(device CL_DRIVER_VERSION) it return my device driver version is 3.0
and clGetDeviceInfo(Device cl_DEVICE_NAME) it return my device name : Mali-G610 r0p0
it seem that my device driver is dissatisfy.
so how should i do can profile my openCL code .
thank you for your reply.
the value of "CL_DEVICE_VERSION" is OpenCL 3.0 v1.g11p0-01eac0.261843d4a0421aa5b9fla9c5e69b0816。
i have two device
one device is vivo pad2 , its OS is originOS 3 base on android 13 .its SOC is Dimensity 9000 with Mali-G710
and my second device is an Embedded Development Board ,its os is android 12 . it soc is Rockchip 3588 with Mali-G610.
they all can not collect openCL timeline.