Skip to content

gpu: Improve driver interface

Antonio Caggiano requested to merge driver-interface into master

The dump_perfcnt() function does not return a timestamp associated to a record anymore. This is due to the fact that different GPUs might report more than one record. We therefore introduce a next() function which iterates through the samples.

Merge request reports