Performance
Data
The PerformanceData
class is a
container to simplify the transfer and the parsing of the performance data by the server
and the clients
Author
N7ghtm4r3 - Tecknobit
Constructors
Link copied to clipboard
constructor()
Constructor to init the PerformanceData class
constructor(launchTime: PerformanceData.PerformanceDataItem, networkRequests: PerformanceData.PerformanceDataItem, totalIssues: PerformanceData.PerformanceDataItem, issuesPerSession: PerformanceData.PerformanceDataItem)
Constructor to init the PerformanceAnalytic
class
constructor(jPerformanceData: JSONObject)
Constructor to init the PerformanceData class
Types
Properties
Link copied to clipboard
ISSUES_PER_SESSION_KEY
the key for the "issues_per_session" field
Link copied to clipboard
issuesPerSession
the
container of the issues per session collected
Link copied to clipboard
LAUNCH_TIME_KEY
the key for
the "launch_times" field
Link copied to clipboard
launchTime
the container of the launch time collected
Link copied to clipboard
NETWORK_REQUESTS_KEY
the key for the "network_requests" field
Link copied to clipboard
networkRequests
the container
of the network requests collected
Link copied to clipboard
TOTAL_ISSUES_KEY
the key for
the "total_issues" field
Link copied to clipboard
totalIssues
the container of the total issues collected