Uses of Class
com.xceptance.xlt.api.engine.TimerData
-
Packages that use TimerData Package Description com.xceptance.xlt.api.engine 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.engine Modifier and Type Class Description classActionDataTheActionDataclass holds any data measured for an action.classCustomDataTheCustomDatashould be used only if the intended purpose does not match the semantics of the other data record classes (RequestData,ActionData, andTransactionData).classPageLoadTimingDataThePageLoadTimingData...classRequestDataTheRequestDataclass holds any data measured for a request.classTransactionDataTheTransactionDataclass holds any data measured for a transaction.
-