Hello,
Is there any way to extract the SM active cycle data from the ncu report per timestamp if I want to draw a similar figure like the SM active cycle distribution plotted in the ncu report on the lefthand side?
You can print the data using the CLI by enabling metric instances. You can also query every metric from the collected report using the Python Report Interface. Here is an example report that reads instanced metric values.
How could I get the SM Active cycles for every timestamps, instead of avg or max value?
