HP Caliper User's Guide
$ caliper dcache my_app
Then, re-run the Advisor to analyze the full set of performance data and produce a
more comprehensive analysis report:
$ caliper advise
If any suggested changes are made to the application, then you can measure and analyze
the revised program:
$ caliper cpu my_new_app
or:
$ caliper ecount my_new_app
followed by:
$ caliper fprof my_new_app
$ caliper dcache my_new_app
Then, run the Advisor on the composite performance data:
$ caliper advise
Explanation of Report Output
Figure 6-2 “HP Caliper Advisor Report, with Annotations” shows the report output
from the Advisor. The report is explained further in “How to Read an Advisor Report”
(p. 109).
The numbers (which are bold in the PDF version of this guide) are annotations to
explain the report—they are not part of the output you receive. See the list at the end
of the report for the explanations.
Getting Started with the Advisor: Examples 107