共用方式為


HardwareCounterId

可唯一識別硬體計數器。

元素階層

Syntax

<HardwareCounterId>

  <!-- Child elements -->
  Counters,
  Events,
  SampledCounters

</HardwareCounterId>

屬性和項目

屬性

屬性 描述 資料類型 必要 預設
唯一識別硬體計數器。 必須至少有一個字元且不能包含冒號的字串, (:) 或空格。 Yes

子元素

元素 描述 需求
計數器 表示計數器的集合。 選擇性。
事件 表示事件的集合。 選擇性。
SampledCounters 表示取樣計數器的集合。 選擇性。

父項目

元素 描述
Collectors 表示系統收集器識別碼、事件收集器識別碼和選擇性堆積事件收集器識別碼的集合。

備註

如需撰寫硬體計數器定義的詳細資訊,請參閱 HardwareCounter

範例

下列程式碼範例顯示包含這個專案之設定檔定義的 區段。

<Profile Id="Example.Light.File" Name="Example" DetailLevel="Light" LoggingMode="File" Description="Example profile">
  <Collectors>
    <SystemCollectorId Value="WPRSystemCollector">
      <SystemProviderId Value="system-provider"/>
      <HardwareCounterId Value="PerfWorkloads"/>
    </SystemCollectorId>
…
  </Collectors>
</Profile>

元素