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
Types
Properties
Link copied to clipboard
issuesPerSession
the
container of the issues per session collected
Link copied to clipboard
launchTime
the container of the launch time collected
Link copied to clipboard
networkRequests
the container
of the network requests collected
Link copied to clipboard
totalIssues
the container of the total issues collected