summaryrefslogtreecommitdiffstats
path: root/chromecast/base/metrics/cast_metrics_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Chromecast: MessageLoopProxy cleanup --> SingleThreadTaskRunner.gunsch2015-05-191-12/+12
* [Chromecast] Don't log time to first paint if no app has been set.derekjchow2015-03-031-0/+2
* Merge TagAppStart and UpdateCurrentAppInfo.derekjchow2015-01-131-17/+13
* Add time to first paint metric to CastMetricsHelper.derekjchow2014-12-231-0/+9
* Fallback to app_name_ when app_id_ is empty, which could happen beforegfhuang2014-12-161-2/+8
* Add UpdateCurrentAppInfo() interface to record info about current app, includinggfhuang2014-12-121-2/+66
* Add a centralized RecordSimpleAction() interface, so thatgfhuang2014-12-101-6/+13
* Added new GroupedHistogram class which can intercept Add() calls and generateshalliwell2014-12-041-0/+3
* Add OnAction in MetricsSink interface.hguihot2014-12-021-4/+12
* Chromecast: adds class to help record complex histograms.gunsch2014-10-201-0/+231