Hi,
I am analyze my workload which has a very hot function. I wonder if I can use Vtune to report what arguments are passed into this function? For example, if I have a function func() take one character as an input,
argument "a" : 10 times
argument "b" : 100 times
argument "c": 50 times
I try to google the answer but there seems to be no such solution, no matter in Vtune or other tools.The problem is I want to do this without changing the source code.
Thank you very much