Skip to content
  • Noric Couderc's avatar
    Made PapiRunner gather all counters in one pass · 1ca5ea1e
    Noric Couderc authored
    The papiRunner class now gathers all the counters in one single run.
    For that, we need to gather a limited number of counters: PAPI_TOT_CYC +
    PAPI_TOT_INS + max 2 counters.
    
    Because we don't do any aggregation either, I needed to change the
    functions so they return a list of values for each iteration.
    1ca5ea1e