metrics.csv 1.6 KB

123456789101112131415161718
  1. metric,scope,dimensions,unit,description,chart_type,labels,plugin,module
  2. perf.cpu_cycles,,"cpu, ref_cpu",cycles/s,"CPU cycles",line,,perf.plugin,
  3. perf.instructions,,instructions,instructions/s,"Instructions",line,,perf.plugin,
  4. perf.instructions_per_cycle,,ipc,instructions/cycle,"Instructions per Cycle(IPC)",line,,perf.plugin,
  5. perf.branch_instructions,,"instructions, misses",instructions/s,"Branch instructions",line,,perf.plugin,
  6. perf.cache,,"references, misses",operations/s,"Cache operations",line,,perf.plugin,
  7. perf.bus_cycles,,bus,cycles/s,"Bus cycles",line,,perf.plugin,
  8. perf.stalled_cycles,,"frontend, backend",cycles/s,"Stalled frontend and backend cycles",line,,perf.plugin,
  9. perf.migrations,,migrations,migrations,"CPU migrations",line,,perf.plugin,
  10. perf.alignment_faults,,faults,faults,"Alignment faults",line,,perf.plugin,
  11. perf.emulation_faults,,faults,faults,"Emulation faults",line,,perf.plugin,
  12. perf.l1d_cache,,"read_access, read_misses, write_access, write_misses",events/s,"L1D cache operations",line,,perf.plugin,
  13. perf.l1d_cache_prefetch,,prefetches,prefetches/s,"L1D prefetch cache operations",line,,perf.plugin,
  14. perf.l1i_cache,,"read_access, read_misses",events/s,"L1I cache operations",line,,perf.plugin,
  15. perf.ll_cache,,"read_access, read_misses, write_access, write_misses",events/s,"LL cache operations",line,,perf.plugin,
  16. perf.dtlb_cache,,"read_access, read_misses, write_access, write_misses",events/s,"DTLB cache operations",line,,perf.plugin,
  17. perf.itlb_cache,,"read_access, read_misses",events/s,"ITLB cache operations",line,,perf.plugin,
  18. perf.pbu_cache,,read_access,events/s,"PBU cache operations",line,,perf.plugin,