Enum Scope
Identifies the subsystem or category of an instrumentation event.
[Flags]
public enum Scope : uint
Fields
Application = 1Application lifecycle events (startup, shutdown, window open/close).
Input = 2Input event processing (pointer, keyboard, touch).
Rendering = 4Top-level rendering pipeline events.
ViewAnimation = 16View animation frame callbacks.
ViewArrange = 64View arrange pass events.
ViewLifecycle = 8View attach, detach, activate, and deactivate events.
ViewMeasure = 32View measure pass events.
ViewRendering = 128View render pass events.
ViewState = 256View state changes (invalidation, focus, flags).