ASDisplayNodePerformanceMeasurementOptions Constants Reference
| Declared in | ASDisplayNode+Beta.h |
|---|
ASDisplayNodePerformanceMeasurementOptions
Bitmask to indicate what performance measurements the cell should record.
Definition
typedef NS_OPTIONS(NSUInteger, ASDisplayNodePerformanceMeasurementOptions ) {
ASDisplayNodePerformanceMeasurementOptionLayoutSpec = 1 < < 0,
ASDisplayNodePerformanceMeasurementOptionLayoutComputation = 1 < < 1,
};
Constants
ASDisplayNodePerformanceMeasurementOptionLayoutSpec-
Bitmask to indicate what performance measurements the cell should record.
Declared In
ASDisplayNode+Beta.h. ASDisplayNodePerformanceMeasurementOptionLayoutComputation-
Bitmask to indicate what performance measurements the cell should record.
Declared In
ASDisplayNode+Beta.h.
Declared In
ASDisplayNode+Beta.h