Displays a user-defined counter in the PIX UI.
void PIXReportCounter(
const WCHAR *pName,
float Value
)
pName
Type: WCHAR *
The name to display as a string.
Value
Type: float
The value to display. This could be a duration, percentage, count or float value. Consider mapping values to the range 0 to 100, as this range is the clearest in the PIX UI.
Header: Declared in pix.h.
Library: Use PIXEvt.lib.