This topic has not yet been rated - Rate this topic

Execution (SystemPropertiesType) Element

Applies to: desktop apps only

Contains information about the process and thread that logged the event.

<xs:element name="Execution">
    <xs:complexType>
        <xs:attribute name="ProcessID"
            type="unsignedInt"
            use="required"
         />
        <xs:attribute name="ThreadID"
            type="unsignedInt"
            use="required"
         />
        <xs:attribute name="ProcessorID"
            type="unsignedByte"
            use="optional"
         />
        <xs:attribute name="SessionID"
            type="unsignedInt"
            use="optional"
         />
        <xs:attribute name="KernelTime"
            type="unsignedInt"
            use="optional"
         />
        <xs:attribute name="UserTime"
            type="unsignedInt"
            use="optional"
         />
        <xs:attribute name="ProcessorTime"
            type="unsignedInt"
            use="optional"
         />
    </xs:complexType>
</xs:element>

The Execution element is defined by the SystemPropertiesType complex type.

Attributes

NameTypeDescription
KernelTimeunsignedInt

Elapsed execution time for kernel-mode instructions, in CPU time units.

ProcessIDunsignedInt

Identifies the process that generated the event.

ProcessorIDunsignedByte

The identification number for the processor that processed the event.

ProcessorTimeunsignedInt

For ETW private sessions, the elapsed execution time for user-mode instructions, in CPU ticks.

SessionIDunsignedInt

The identification number for the terminal server session in which the event occurred.

ThreadIDunsignedInt

Identifies the thread that generated the event.

UserTimeunsignedInt

Elapsed execution time for user-mode instructions, in CPU time units.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

See also

Definition context of element in schema
SystemPropertiesType
Possible immediate parent element in schema instance
System (EventType)

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ