Class Overview
Hit builder used to collect timing related data. For example, this hit type can be useful to
measure resource load times. For meaningful data, at least the category and the value should
be set before sending the hit.
Public Constructors
public
HitBuilders.TimingBuilder
()
public
HitBuilders.TimingBuilder
(String category, String variable, long value)
Convenience constructor for creating a timing hit. Additional fields can be specified
using the setter methods.
Parameters
| category
| The type of variable being measured. Example: AssetLoader |
| variable
| The variable being measured. Example: AssetLoader.load |
| value
| The value associated with the variable. Example: 1000
|
Public Methods
Parameters
| value
| A timing value, in milliseconds.
|