FrameMetricsId Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a metric reported for a rendered frame.
public enum FrameMetricsId
type FrameMetricsId =
- Inheritance
-
FrameMetricsId
Fields
| Name | Value | Description |
|---|---|---|
| UnknownDelayDuration | 0 | Identifies the frame metric for unknown delay duration. |
| InputHandlingDuration | 1 | Identifies the frame metric for input handling duration. |
| AnimationDuration | 2 | Identifies the frame metric for animation duration. |
| LayoutMeasureDuration | 3 | Identifies the frame metric for layout measure duration. |
| DrawDuration | 4 | Identifies the frame metric for draw duration. |
| SyncDuration | 5 | Identifies the frame metric for sync duration. |
| CommandIssueDuration | 6 | Identifies the frame metric for command issue duration. |
| SwapBuffersDuration | 7 | Identifies the frame metric for swap buffers duration. |
| TotalDuration | 8 | Identifies the frame metric for total duration. |
| FirstDrawFrame | 9 | Identifies the frame metric for first draw frame. |
| IntendedVsyncTimestamp | 10 | Identifies the frame metric for intended vsync timestamp. |
| VsyncTimestamp | 11 | Identifies the frame metric for vsync timestamp. |
| GpuDuration | 12 | Identifies the frame metric for GPU duration. |
| Deadline | 13 | Identifies the frame metric for deadline. |
| FrameTimelineVsyncId | 14 | Identifies the frame metric for frame timeline vsync id. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.