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