Performance Data

open class PerformanceData

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 to init the PerformanceAnalytic class
constructor(jPerformanceData: JSONObject)
Constructor to init the PerformanceData class

Types

Link copied to clipboard
The PerformanceDataItem class is a container of single performance data collected

Properties

Link copied to clipboard
val ISSUES_PER_SESSION_KEY: String = "issues_per_session"
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
val LAUNCH_TIME_KEY: String = "launch_times"
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
val NETWORK_REQUESTS_KEY: String = "network_requests"
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
val TOTAL_ISSUES_KEY: String = "total_issues"
TOTAL_ISSUES_KEY the key for the "total_issues" field
Link copied to clipboard
totalIssues the container of the total issues collected

Functions

Link copied to clipboard
open fun toString(): String