Uses of Class
com.xceptance.xlt.api.engine.TimerData
Packages that use TimerData
Package
Description
Provides core classes as well as classes to represent the different data measured during a test.
-
Uses of TimerData in com.xceptance.xlt.api.engine
Subclasses of TimerData in com.xceptance.xlt.api.engineModifier and TypeClassDescriptionclassTheActionDataclass holds any data measured for an action.classTheCustomDatashould be used only if the intended purpose does not match the semantics of the other data record classes (RequestData,ActionData, andTransactionData).classThePageLoadTimingData...classTheRequestDataclass holds any data measured for a request.classTheTransactionDataclass holds any data measured for a transaction.