Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4996 Discussions

How to get recursive functions using command line "vtl"?

lism03
Beginner
504 Views
Hello, How to get recursive functions using command line "vtl"? I can't find it in the manual of vtune. Thanks
0 Kudos
2 Replies
David_A_Intel1
Employee
504 Views

lism03:

What do you mean by "get recursive functions?" Call graph shows recursive functions in the graphical user interface. I don't think it displays anything in the command line output.

Sampling, because it has not knowledge of calling sequences, cannot display any information about recursive functions.

0 Kudos
lism03
Beginner
504 Views

Thank you at first. It is right that Callgraph can give recursive functions. I should use vtl a1::r1 -gui to get the information of recursive functions. Can I use command line to know what functions are recursive functions? It will be convenient if VTune can do it.

0 Kudos
Reply