WindowsPerformanceRecorder
This element is the root element of the schema. It represents metadata about the authoring of profiles.
Element Hierarchy
- <WindowsPerformanceRecorder>
Syntax
<WindowsPerformanceRecorder Version = float
Author = string
Team = string
Copyright = string
Company = string
Comments = string
Tag = string>
<!-- Child elements -->
Profiles,
TraceMergeProperties,
OnOffTransitionConfigurations
</WindowsPerformanceRecorder>
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default |
---|---|---|---|---|
Version | Indicates the version of the profile. | float | Yes | |
Author | Indicates the author of the profile. | string | Yes | |
Team | Indicates the team that created the profile. | string | No | |
Copyright | Represents copyright information. | string | No | |
Company | Indicates the company that created the profile. | string | No | |
Comments | Represents optional descriptive comments for the profiles. | string | No | |
Tag | Represents a tagged value that can be used to differentiate different profiles. | string | No |
Child Elements
Element | Description | Requirement |
---|---|---|
Profiles | Represents a collection of collectors, providers, and profiles. | Required, exactly 1. |
TraceMergeProperties | Represents a collection of trace merge properites. | Optional, zero or 1. |
OnOffTransitionConfigurations | Represents a collection of on/off transition configurations. | Optional, zero or 1. |
Parent Elements
None.