TraceMergeProperties

Represents a collection of TraceMergeProperty element. This element is for internal use only.

Element Syntax

Syntax

<TraceMergeProperties>

  <!-- Child elements -->
  TraceMergeProperty

</TraceMergeProperties>

Attributes and Elements

Attributes

None.

Child Elements

Element Description Requirment
TraceMergeProperty Contains configurations that are applied when event trace log (ETL) files from multiple profiles are merged. Required, 1 or more.

Parent Elements

Element Description
WindowsPerformanceRecorder Represents metadata about the authoring of the profile.

Example

The following code example shows how to define this element.

<TraceMergeProperties>
  <TraceMergeProperty
    Id="TraceMerge_Default"
    Name="TraceMerge_Default">
    <DeletePreMergedTraceFiles
      Value="true"/>
    <CustomEvents>
      <CustomEvent
        Value="ImageId"/>
      <CustomEvent
        Value="BuildInfo"/>
      <CustomEvent
        Value="VolumeMapping"/>
      <CustomEvent
        Value="EventMetadata"/>
      <CustomEvent
        Value="PerfTrackMetadata"/>
      <CustomEvent
        Value="WinSAT"/>
      <CustomEvent
        Value="NetworkInterface"/>
    </CustomEvents>
  </TraceMergeProperty>
</TraceMergeProperties>

Elements

Inheritance