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