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

Obtiene el valor de un contador de supervisión de rendimiento (PMC) de hardware.

## Sintaxis

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

### Parámetros

*index*   \
Tipo: UINT32

Índice del contador de hardware (de 0 a 3).

*value*   \
Tipo: UINT64\*

El valor del contador, como un puntero a un entero de 64 bits.

### Valor devuelto

Tipo: void

## Comentarios

Hay cuatro contadores de hardware que se pueden configurar directamente para contar eventos. Los eventos contables se enumeran en los comentarios de [ConfigurePMCs](/reference/tools/pix3/functions/configurepmcs). [ConfigurePMCs](/reference/tools/pix3/functions/configurepmcs) se usa para configurar los contadores de hardware para realizar el seguimiento de eventos.  A continuación, puede usar `GetPMCValue` para recuperar los recuentos de uno de los eventos configurados.

## Requisitos

**Encabezado:** pix3\_xbox.h

**Biblioteca:** pixevt.lib

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

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


## Related topics

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