Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Laksono Adhianto edited this page Oct 22, 2015 · 5 revisions

HPCToolkit developer document

hpcrun

hpcstruct

hpcprof

File locations:

  • lib/prof
  • lib/analysis

Metrics

hpcprof generates 4 types of metrics:

  • Sample metrics (SampleDesc class):
    • raw : when there is only one hpcrun measurement file
    • final : generated by flat profile ?
  • Derived Metrics (DerivedDesc class):
    • Derived incremental: when there is more than one hpcrun files. It is the viewer which will compute the final value of the metric
    • Derived : the cost is already final, the viewer has nothing to do.
Clone this wiki locally