SampleType
public enum SampleType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case cpu = "CPU"
-
Undocumented
Declaration
Swift
case memory = "MEMORY"
-
Undocumented
Declaration
Swift
case threads = "THREADS"
-
Undocumented
Declaration
Swift
case rxRate = "RX_RATE"
-
Undocumented
Declaration
Swift
case txRate = "TX_RATE"
-
Undocumented
Declaration
Swift
case rx = "RX"
-
Undocumented
Declaration
Swift
case tx = "TX"
-
Undocumented
Declaration
Swift
case nativeFrames = "NATIVE_FRAMES"
-
Undocumented
Declaration
Swift
case nativeFps = "NATIVE_FPS"
-
Undocumented
Declaration
Swift
case nativeMinDrawtime = "NATIVE_MIN_DRAWTIME"
-
Undocumented
Declaration
Swift
case nativeAvgDrawtime = "NATIVE_AVG_DRAWTIME"
-
Undocumented
Declaration
Swift
case nativeMaxDrawtime = "NATIVE_MAX_DRAWTIME"
-
Undocumented
Declaration
Swift
case openglFrames = "OPENGL_FRAMES"
-
Undocumented
Declaration
Swift
case openglFps = "OPENGL_FPS"
-
Undocumented
Declaration
Swift
case openglMinDrawtime = "OPENGL_MIN_DRAWTIME"
-
Undocumented
Declaration
Swift
case openglAvgDrawtime = "OPENGL_AVG_DRAWTIME"
-
Undocumented
Declaration
Swift
case openglMaxDrawtime = "OPENGL_MAX_DRAWTIME"
-
Declaration
Swift
public var description: String { get }