MBMPerfSamplerOptions
enum MBMPerfSamplerOptions : NSInteger {}
Samplers which can be optionally enabled to collect performance statistics
-
Collect GPU resource statistics
Declaration
Objective-C
MBMPerfSamplerOptionsCumulativeRenderingStats
Swift
case cumulativeRenderingStats = 0
-
Collect per-frame counters
Declaration
Objective-C
MBMPerfSamplerOptionsPerFrameRenderingStats
Swift
case perFrameRenderingStats = 1