> ## 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.

# GetPMCValue

> GetPMCValue

# GetPMCValue

하드웨어 성능 모니터 카운터(PMC)의 값을 가져옵니다.

## 구문

```cpp theme={null}
void GetPMCValue(  
         UINT32 index,  
         UINT64* value  
)  
```

### 매개변수

*index*   \
형식: UINT32

하드웨어 카운터의 인덱스(0에서 3까지)입니다.

*value*   \
형식: UINT64\*

카운터의 값이며, 64비트 정수에 대한 포인터입니다.

### 반환값

형식: void

## 설명

이벤트를 계수하도록 직접 구성할 수 있는 4개의 하드웨어 카운터가 있습니다. 계수 가능한 이벤트는 [ConfigurePMCs](/reference/tools/pix3/functions/configurepmcs)의 설명에 나열되어 있습니다. [ConfigurePMCs](/reference/tools/pix3/functions/configurepmcs)는 이벤트를 추적하도록 하드웨어 카운터를 구성하는 데 사용됩니다. 그런 다음 `GetPMCValue`를 사용하여 구성된 이벤트 중 하나의 카운트를 검색할 수 있습니다.

## 요구 사항

**헤더:** pix3\_xbox.h

**라이브러리:** pixevt.lib

**지원되는 플랫폼:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[ConfigurePMCs](/reference/tools/pix3/functions/configurepmcs)\
[ConfigureL2IPMCs](/reference/tools/pix3/functions/configurel2ipmcs)\
[ConfigureNBPMCs](/reference/tools/pix3/functions/configurenbpmcs)\
[PIX3 on XBOX](/reference/tools/pix3/pix3_members)\
[PIX(NDA 항목)](/tools/tools-console/pix/pix)


## Related topics

- [ConfigureL2IPMCs](/ko/reference/tools/pix3/functions/configurel2ipmcs.md)
- [ConfigureNBPMCs](/ko/reference/tools/pix3/functions/configurenbpmcs.md)
- [ConfigurePMCs](/ko/reference/tools/pix3/functions/configurepmcs.md)
- [PIX3](/ko/reference/tools/pix3/pix3_members.md)
- [GetCompletedValue](/ko/reference/graphics/d3d12/interfaces/id3d12fence/methods/id3d12fence_getcompletedvalue_public.md)
