VKRequestTiming Class Reference
| Inherits from | VKObject : NSObject |
|---|---|
| Declared in | VKRequest.h VKRequest.m |
startTime
Date of request start
@property (nonatomic, strong) NSDate *startTimeDiscussion
Date of request start
Declared In
VKRequest.h
loadTime
Interval of networking load time
@property (nonatomic, assign) NSTimeInterval loadTimeDiscussion
Interval of networking load time
Declared In
VKRequest.h
parseTime
Interval of model parsing time
@property (nonatomic, assign) NSTimeInterval parseTimeDiscussion
Interval of model parsing time
Declared In
VKRequest.h
totalTime
Total time, as difference (finishTime - startTime)
@property (nonatomic, readonly) NSTimeInterval totalTimeDiscussion
Total time, as difference (finishTime - startTime)
Declared In
VKRequest.h