• Performance Analyzer issue
    Hi, I'm using uVision5 Performance Analyzer feature to test my application, all works correctly, I can see number of calls for every functions and time spent for this. My question is: although the Core...
  • Performance Analyzer issue
    Hi, I'm using uVision5 Performance Analyzer feature to test my application, all works correctly, I can see number of calls for every functions and time spent for this. My question is: although the Core...
  • Performance ratio between A35 and M4
    I am working on project and i used A35 to measure the performance of Application and this application will be ported on M4 , is there a fixed ratio or an equation so i can estimate the execution time...
  • Performance ratio between A35 and M4
    I am working on project and i used A35 to measure the performance of Application and this application will be ported on M4 , is there a fixed ratio or an equation so i can estimate the execution time...
  • compute performance between cpu and mali gpu?
    I'am trying use opencl to replace some matrix multiplication and vector compute. but the gpu always slower cpu 2--4 times. In cpu we use neon simd,in gpu i also use vector like float4,float16 . I...