Is it possible to use callgrind to produce the output like one given by gcov/lcov ?
I’m reading their docs unable to find the exact option for callgrind_annotate
Is it possible to use callgrind to produce the output like one given by
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is not possible but callgrind_annotate nor kcachegrind should implement it. However with kcachegrind you have the call’s count of each functions/methods.
Column Calls in Cost/All callers tab or Count in Callers tab should be relevant.