cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers & Software

poojanbabu
Journeyman III

How to collect function count data from AMDuProf profile?

I am using the following AMDProfCLI command to do a time-based profiling of my program.

 

AMDuProfCLI collect --config tbp --mpi -o cpuprof $PROGRAM

 

The resulting profile data does not contain information on the number of times a function (function count) is called. I also looked into the user documentation and found that there are two options --funccount-interval and --show-event-count to show the number of events. I used these to generate a report but did not find the individual function counts for each function. Could anyone please let me know what command/option I should use to get this function count?

0 Likes
0 Replies