Closed remulasce closed 9 years ago
UI timing provides too many events too fast to directly send to Google.
So each file that wants to do UI tracking currently either averages, or sends every 50th data point.
Instead, the Tracking class should be able to throttle events itself, and do better statistics on the data.
HashMaps of Hashmaps, it's in.
UI timing provides too many events too fast to directly send to Google.
So each file that wants to do UI tracking currently either averages, or sends every 50th data point.
Instead, the Tracking class should be able to throttle events itself, and do better statistics on the data.