SFSDKInstrumentationPostExecutionData Class Reference
Inherits from | NSObject |
---|---|
Declared in | SFMethodInterceptor.h |
className
The name of the class associated with the selector.
@property (nonatomic, copy) NSString *className
Declared In
SFMethodInterceptor.h
selectorName
The name of the original selector executed.
@property (nonatomic, copy) NSString *selectorName
Declared In
SFMethodInterceptor.h
isInstanceMethod
Whether or not the selector is an instance method.
@property (nonatomic, assign) BOOL isInstanceMethod
Declared In
SFMethodInterceptor.h
executionStartDate
The start date of the selector’s execution.
@property (nonatomic, strong) NSDate *executionStartDate
Declared In
SFMethodInterceptor.h
executionEndDate
The end date of the selector’s execution.
@property (nonatomic, strong) NSDate *executionEndDate
Declared In
SFMethodInterceptor.h
executionTime
The amount of execution time for the selector, in seconds.
@property (nonatomic, assign) NSTimeInterval executionTime
Declared In
SFMethodInterceptor.h