SampledCounter
描述要以核心模式會話間隔取樣的硬體計數器。 用來 wpr -pmcsources
列出系統中可用的計數器,以及每個計數器的目前取樣間隔。
元素階層
-
<
WindowsPerformanceRecorder>
-
<
配置 檔>
-
<
HardwareCounter>
-
<
SampledCounters>
- < SampledCounter>
-
<
SampledCounters>
-
<
配置 檔>
-
<
收藏家>
-
<
SystemCollectorId>
-
<
HardwareCounterId>
-
<
SampledCounters>
- < SampledCounter>
-
<
SampledCounters>
-
<
HardwareCounter>
-
<
SampledCounters>
- < SampledCounter>
-
<
SampledCounters>
-
<
HardwareCounterId>
-
<
SystemCollectorId>
-
<
收藏家>
-
<
HardwareCounter>
-
<
配置 檔>
Syntax
<SampledCounter Value = "string">
</SampledCounter>
屬性和項目
屬性
屬性 | 描述 | 資料類型 | 必要 | 預設 |
---|---|---|---|---|
值 | 描述硬體計數器 | 字串。 如需可能的值,請參閱一節。 | Yes | |
間隔 | 描述取樣頻率 | 以 100 ns 單位為單位的 UnsignedLong 值。 此值應大於 1221 且小於 2147483647。 | No |
子元素
無。
父項目
元素 | 描述 |
---|---|
SampledCounters | 表示計數器的集合。 |
備註
計數器的名稱是以 CPU 為基礎。 使用 wpr -pmcsources
列舉 Value 屬性的可用值。 輸出也會顯示目前的間隔值,以及間隔的最小值和最大值。 計數器是有限的資源。 每個系統一次可以使用的計數器數目有一個限制。
計數器取樣需要 SystemProvider 中的 PmcProfile 關鍵字。 如需範例,請參閱 SampledCounters 。