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

Mali GPU Counters

Hi,

I am trying to get all the GPU HW counters displayed by streamline.

I have built the debug build for DDK and for Linux I have enabled the configurations as mentioned in [1].

But I am just able to see the just the Mali core cycle counters and Mali external bus Access for rest of the Mali properties I get no live data. Is there I missing something here ?

Also is there a document which explains the MALI counters ? I mainly interested on GPU usage level (similar to CPU ones) 

[1] https://github.com/ARM-software/gator

Cheers,

Prabhakar

Parents
  • > What is $ZOOM being referred to above ?

    Streamline uses a binned data model, where the bin size is the current UI zoom level. Each data point in an expression is the accumulated samples in a single bin. 

    The $ZOOM is a built-in variable that contains the current bin size in seconds, so (1000000000 * $ZOOM) coverts the literal 1GHz constant into the number of cycles expected in the current bin at that frequency. Using $ZOOM like this means that the percentage makes sense, no matter what the UI zoom level is.

    HTH, 
    Pete

Reply
  • > What is $ZOOM being referred to above ?

    Streamline uses a binned data model, where the bin size is the current UI zoom level. Each data point in an expression is the accumulated samples in a single bin. 

    The $ZOOM is a built-in variable that contains the current bin size in seconds, so (1000000000 * $ZOOM) coverts the literal 1GHz constant into the number of cycles expected in the current bin at that frequency. Using $ZOOM like this means that the percentage makes sense, no matter what the UI zoom level is.

    HTH, 
    Pete

Children