intel / PerfSpect

System performance characterization tool based on linux perf
https://intel.github.io/PerfSpect/
BSD 3-Clause "New" or "Revised" License
333 stars 30 forks source link

improve interval accuracy and icx equations #30

Closed hilldani closed 1 year ago

hilldani commented 1 year ago
  1. normalize time intervals to improve accuracy
  2. update icx perfmon metric equations
  3. update nmi_watchdog through sysctl instead of writing to the file (some OS's didn't let us write to files)
  4. cstate events are no longer collected in CID or PID modes
  5. other minor bug fixes