remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Build in ui time averaging for logging #150

Closed remulasce closed 9 years ago

remulasce commented 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.

remulasce commented 9 years ago

HashMaps of Hashmaps, it's in.