|
@@ -362,6 +362,14 @@ class ProfileRegexType(GroupType):
|
|
|
released = True
|
|
|
|
|
|
|
|
|
+@dataclass(frozen=True)
|
|
|
+class ProfileFrameDropExperimentalType(GroupType):
|
|
|
+ type_id = 2008
|
|
|
+ slug = "profile_frame_drop_experimental"
|
|
|
+ description = "Frame Drop"
|
|
|
+ category = GroupCategory.PERFORMANCE.value
|
|
|
+
|
|
|
+
|
|
|
@dataclass(frozen=True)
|
|
|
class MonitorCheckInFailure(GroupType):
|
|
|
type_id = 4001
|