SHORT UOPs execution info

EVENTSET
FIXC0 INSTR_RETIRED_ANY
FIXC1 CPU_CLK_UNHALTED_CORE
FIXC2 CPU_CLK_UNHALTED_REF
PMC0  RS_UOPS_DISPATCHED_ALL
PMC1  UOPS_RETIRED_ANY



METRICS
Runtime (RDTSC) [s] time
Runtime unhalted [s] FIXC1*inverseClock
Clock [MHz]  1.E-06*(FIXC1/FIXC2)/inverseClock
CPI  FIXC1/FIXC0
Executed UOPs PMC0
Retired UOPs PMC1

LONG
Formulas:
Executed UOPs = RS_UOPS_DISPATCHED_ALL
Retired UOPs = UOPS_RETIRED_ANY
-
Performance group measures the executed and retired micro ops. The difference
between executed and retired uOPs are the speculatively executed uOPs.
