TraceMergeProperties

Applies To: Windows 8, Windows 8.1

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

Element Syntax

<WindowsPerformanceRecorder>
     <TraceMergeProperties>

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>

See Also

Concepts

Inheritance

Other Resources

Elements