Library Mobile API Reference for iPhone  MicroStrategy 2019
PerformanceDiagnosis Class Reference

#import <PerformanceDiagnosis.h>

Inheritance diagram for PerformanceDiagnosis:

Instance Methods

(void) - start
 
(void) - end
 
(void) - requestWillBegin:andDate:
 
(void) - registerResponse:andResponse:
 
(void) - requestDidFinished:andDate:andLength:
 
(void) - performanceEventWillBegin:andTime:
 
(void) - performanceEventWillBegin:andTime:andDescription:
 
(void) - performanceEventDidFinished:andTime:
 
(void) - performanceEventDidFinished:andTime:andDescription:
 
(void) - printLogInfo
 
(void) - printLogView
 
(void) - performanceEventWillBegin
 
(void) - performanceEventDidFinished:
 

Class Methods

(PerformanceDiagnosis *) + getInstance
 

Properties

NSString * mpDocName
 
BOOL isUCSelector
 
NSString * mpOperationName
 
BOOL isStart
 

Method Documentation

◆ end()

- (void) end

◆ getInstance()

+ (PerformanceDiagnosis*) getInstance

◆ performanceEventDidFinished:()

- (void) performanceEventDidFinished: (NSString *)  iDescription

◆ performanceEventDidFinished:andTime:()

- (void) performanceEventDidFinished: (PERFORMANCETYPE)  iType
andTime: (NSDate *)  iEndTime 

◆ performanceEventDidFinished:andTime:andDescription:()

- (void) performanceEventDidFinished: (PERFORMANCETYPE)  iType
andTime: (NSDate *)  iEndTime
andDescription: (NSString *)  iDescription 

◆ performanceEventWillBegin()

- (void) performanceEventWillBegin

◆ performanceEventWillBegin:andTime:()

- (void) performanceEventWillBegin: (PERFORMANCETYPE)  iType
andTime: (NSDate *)  iStartTime 

◆ performanceEventWillBegin:andTime:andDescription:()

- (void) performanceEventWillBegin: (PERFORMANCETYPE)  iType
andTime: (NSDate *)  iEndTime
andDescription: (NSString *)  iDescription 

◆ printLogInfo()

- (void) printLogInfo

◆ printLogView()

- (void) printLogView

◆ registerResponse:andResponse:()

- (void) registerResponse: (NSObject *)  iRequest
andResponse: (NSHTTPURLResponse *)  iResponse 

◆ requestDidFinished:andDate:andLength:()

- (void) requestDidFinished: (NSObject *)  iRequest
andDate: (NSDate *)  iEndTime
andLength: (NSUInteger)  iDataLength 

◆ requestWillBegin:andDate:()

- (void) requestWillBegin: (NSObject *)  iRequest
andDate: (NSDate *)  iStartTime 

◆ start()

- (void) start

Property Documentation

◆ isStart

- (BOOL) isStart
readwritenonatomicassign

◆ isUCSelector

- (BOOL) isUCSelector
readwritenonatomicassign

◆ mpDocName

- (NSString*) mpDocName
readwritenonatomicstrong

◆ mpOperationName

- (NSString*) mpOperationName
readwritenonatomicstrong