> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PIXReportCounter

> PIXReportCounter

# PIXReportCounter

PIX **System Monitor** 뷰에 사용자 정의 카운터를 표시합니다.

## Syntax

```cpp theme={null}
void PIXReportCounter(  
         PCWSTR name,  
         float value  
)  
```

### Parameters

*name*   \_In\_\
Type: PCWSTR

문자열로 표시할 이름입니다.

*value*   \
Type: float

표시할 값입니다. 이는 지속 시간, 백분율, 개수 또는 float 값이 될 수 있습니다. 값을 0에서 100 범위로 매핑하는 것을 고려하세요. 이 범위가 PIX UI에서 가장 명확하기 때문입니다.

### Return value

Type: void

## Remarks

`PIXReportCounter`는 시간이 지남에 따라 게임의 특정 측면을 추적하는 데 사용할 수 있습니다. 런타임 동안 동일한 *name*을 가진 함수가 호출될 때마다 *value* 매개 변수가 플롯되어 PIX **System Monitor** 뷰에 타임라인 그래프가 생성됩니다. 이는 화면상의 적, 화면에 보이는 개체 또는 캡처 성능에 영향을 미칠 수 있는 다른 모든 것을 추적하는 데 사용할 수 있습니다.

## Requirements

**Header:** pix3.h

**Library:** pixevt.lib

**Supported platforms:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## See also

[PIX Counters (NDA topic)](/tools/tools-console/pix/gpu/pix-counters)\
[PIX3](/reference/tools/pix3/pix3_members)\
[PIX  (NDA topic)](/tools/tools-console/pix/pix)
