VKRequestTiming Class Reference

Inherits from VKObject : NSObject
Declared in VKRequest.h
VKRequest.m

Overview

Creates and debug timings for VKRequest

  startTime

Date of request start

@property (nonatomic, strong) NSDate *startTime

Discussion

Date of request start

Declared In

VKRequest.h

  finishTime

Date of request finished (after all operations)

@property (nonatomic, strong) NSDate *finishTime

Discussion

Date of request finished (after all operations)

Declared In

VKRequest.h

  loadTime

Interval of networking load time

@property (nonatomic, assign) NSTimeInterval loadTime

Discussion

Interval of networking load time

Declared In

VKRequest.h

  parseTime

Interval of model parsing time

@property (nonatomic, assign) NSTimeInterval parseTime

Discussion

Interval of model parsing time

Declared In

VKRequest.h

  totalTime

Total time, as difference (finishTime - startTime)

@property (nonatomic, readonly) NSTimeInterval totalTime

Discussion

Total time, as difference (finishTime - startTime)

Declared In

VKRequest.h