Profiles

Applies To: Windows 8, Windows 8.1

Represents a collection of collectors, providers, and profiles.

Element Hierarchy

<WindowsPerformanceRecorder>
     <Profiles>

Syntax

<Profiles>

  <!-- Child elements -->
  SystemCollector,
  EventCollector,
  HeapEventCollector,
  SystemProvider,
  EventProvider,
  HeapEventProvider,
  Profile

</Profiles>

Attributes and Elements

Attributes

None.

Child Elements

Element Description Requirement

SystemCollector

Represents a system collector.

Optional, zero or more.

EventCollector

Represents an event collector.

Optional, zero or more.

HeapEventCollector

Represents a heap event collector.

Optional, zero or more.

SystemProvider

Represents a system provider.

Optional, zero or more.

EventProvider

Represents an event provider.

Optional, zero or more.

HeapEventProvider

Represents a heap event provider.

Optional, zero or more.

Profile

Represents a collection of problem categories and collectors.

Required, 1 to 4.

Parent Elements

Element Description

WindowsPerformanceRecorder

Represents metadata about the authoring of the profile.

Remarks

Only a single Profiles element can be defined in a WindowsPerformanceRecorder element.

See Also

Other Resources

Elements