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

# PIX3

> PIX3

# PIX3

Microsoft Game Development Kit (GDK) 用の PIX3 API リファレンス資料です。

## Functions

| Function                                                                                         | Description                                                                                                      |
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
| [ConfigureL2IPMCs](/reference/tools/pix3/functions/configurel2ipmcs)                             | L2 キャッシュ内のパフォーマンス カウンターを構成します。                                                                                   |
| [ConfigureNBPMCs](/reference/tools/pix3/functions/configurenbpmcs)                               | ノース ブリッジ内にある 4 つのハードウェア Performance Monitor Counter (PMC) を構成し、タイトルがそのタイトル コードから直接カウンターを読み取れるようにします。             |
| [ConfigurePMCs](/reference/tools/pix3/functions/configurepmcs)                                   | 4 つのハードウェア Performance Monitor Counter (PMC) を構成し、タイトルがそのタイトル コードから直接カウンターを読み取れるようにします。                          |
| [GetPMCValue](/reference/tools/pix3/functions/getpmcvalue)                                       | ハードウェア Performance Monitor Counter (PMC) の値を取得します。                                                               |
| [PIX\_COLOR](/reference/tools/pix3/functions/pix_color)                                          | イベントの特定の色を指定します。                                                                                                 |
| [PIX\_COLOR\_INDEX](/reference/tools/pix3/functions/pix_color_index)                             | 一意のイベント カテゴリのセットを指定し、それぞれのカテゴリを表す色を PIX に選択させます。                                                                 |
| [PIXBeginCapture](/reference/tools/pix3/functions/pixbegincapture)                               | プログラムで制御される PIX キャプチャを開始します。                                                                                     |
| [PIXBeginEvent](/reference/tools/pix3/functions/pixbeginevent-overloads)                         | PIX の System Timing Capture 機能に表示される、CPU アクティビティのタイミング キャプチャ用のユーザー定義イベントを開始します。                                  |
| [PIXEndCapture](/reference/tools/pix3/functions/pixendcapture)                                   | `PIXBeginCapture` で開始された、プログラムで制御されるキャプチャを停止します。                                                                 |
| [PIXEndEvent](/reference/tools/pix3/functions/pixendevent-overloads)                             | ユーザー定義イベントの終了を定義します。                                                                                             |
| [PIXGetCaptureState](/reference/tools/pix3/functions/pixgetcapturestate)                         | 進行中のキャプチャの種類をフラグのセットとして取得します。                                                                                    |
| [PIXGetPowerMetrics (NDA topic)](/reference/tools/pix3/functions/pixgetpowermetrics)             | XBOX Series 本体における現在の電力負荷を返します                                                                                   |
| [PIXRecordMemoryAllocationEvent](/reference/tools/pix3/functions/pixrecordmemoryallocationevent) | メモリ割り当てイベントを記録します。                                                                                               |
| [PIXRecordMemoryFreeEvent](/reference/tools/pix3/functions/pixrecordmemoryfreeevent)             | メモリ解放イベントを記録します。                                                                                                 |
| [PIXReportCounter](/reference/tools/pix3/functions/pixreportcounter)                             | PIX の UI にユーザー定義のカウンターを表示します。                                                                                    |
| [PIXScopedEvent](/reference/tools/pix3/functions/pixscopedevent-overloads)                       | Performance Investigator for XBOX (PIX) の **Timing Capture** 機能に表示される、CPU アクティビティのタイミング キャプチャ用のユーザー定義イベントを作成します。 |
| [PIXSetMarker](/reference/tools/pix3/functions/pixsetmarker-overloads)                           | 特定のユーザー定義イベントが発生したときに、PIX System Timing Capture ウィンドウの CPU タイムラインへマーカーを挿入します。                                    |

## Structures

| Structure                                                                    | Description                |
| ---------------------------------------------------------------------------- | -------------------------- |
| [PIXCaptureParameters](/reference/tools/pix3/structs/pixcaptureparameters)   | PIXBeginCapture のパラメーターです。 |
| [PIXPowerMetrics (NDA topic)](/reference/tools/pix3/structs/pixpowermetrics) | PIXGetPowerMetrics のパラメーター |

<a id="pixgpucaptureapis" />

## PIX GPU capture APIs

詳細については、[PIX GPU capture APIs (NDA topic)](/reference/tools/pix3/pix3_gpu_captures) を参照してください。

## Conceptual documentation

* [ATG Systems Engagement Checklist](/build/atg-engagement/atg-systems-engagement)
* [Tool and automation APIs](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/debug/atoc-api-tools-dev-env)
* [Analyzing CPU performance (contents)](/tools/tools-console/pix/cpu-performance)
* [PIX API reference](/tools/tools-console/pix/pix-api-reference)
* [XBOX Hang Investigation Tool (XHIT)](/tools/tools-console/xhit/xhit-tool)

## See also

[PIX overview (NDA topic)](/tools/tools-console/pix/pix)<br />[Tools API reference](/reference/tools/gc-reference-tools-toc)


## Related topics

- [XBOX GDK コンソール開発向け NDA トピック インデックス](/ja-jp/nda/nda-overview.md)
- [PIXScopedEvent](/ja-jp/reference/tools/pix3/functions/pixscopedevent-overloads.md)
- [PIXSetMarker](/ja-jp/reference/tools/pix3/functions/pixsetmarker-overloads.md)
- [PIXEndCapture](/ja-jp/reference/tools/pix3/functions/pixendcapture.md)
- [PIXScopedEvent 関数](/ja-jp/reference/tools/pix3/functions/pixscopedevent.md)
