EventCollectorId

Applies To: Windows 8, Windows 8.1

Represents an event collector identifier.

Element Hierarchy

<WindowsPerformanceRecorder>
     <Profiles>
          <Profile>
               <Collectors>
                    <EventCollectorId>

Syntax

<EventCollectorId Value = IdType>

  <!-- Child elements -->
  BufferSize,
  Buffers,
  StackCaching,
  EventProviders

</EventCollectorId>

Attributes and Elements

Attributes

Attribute Description Data type Required Default

Value

Uniquely identifies the event collector.

String that must have at least one character and cannot contain colons (:) or spaces.

Yes

Child Elements

Element Description Requirement

BufferSize

Describes the size of each buffer, in KB.

Required, exactly 1.

Buffers

Describes the number of buffers to be allocated when starting a session.

Required, exactly 1.

StackCaching

Describes stack caching attributes of collectors.

EventProviders

Represents a collection of event provider identifiers and event providers.

Required, exactly 1.

Parent Elements

Element Description

Collectors

Represents a collection of system collector identifiers, event collector identifiers, and optionally heap collector identifiers.

See Also

Other Resources

Elements