Skip to content

Missing variable META_CPU_HZ #20

@rajansawhney

Description

@rajansawhney

Missing variable META_CPU_HZ

Error detail:
For using derived metrics for AutoPerf (eg: autoperf/examples/derived) the autoperf.cfg uses FP_INEFFICIENT2 to evaluate the derived metrics

FP_INEFFICIENT2 contains:
((PAPI_FP_INS/PAPI_TOT_INS)(PAPI_RES_STL/PAPI_TOT_CYC))(PAPI_TOT_CYC/META_CPU_HZ)

Location of FP_INEFFICIENT2 = autoperf/autoperf/utils/metric_spec/
But META_CPU_HZ is unknown.

Steps to reproduce:

  1. Go to autoperf/example/derived
  2. make (to compile pi.c)
  3. autoperf (run autoperf)
  4. autoperf -y (-> error. META_CPU_HZ unknown)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions