Home | History | Annotate | Download | only in base

Lines Matching refs:DataCollector

130 // A DataCollector is a container object that holds a set of Snapshots.  A
131 // DataCollector can be passed from thread to thread, and each thread
132 // contributes to it by adding or updating Snapshot instances. DataCollector
136 // After an array of Snapshots instances are colleted into a DataCollector, they
284 // DataCollector is a container class for Snapshot and BirthOnThread count
288 class BASE_API DataCollector {
294 DataCollector();
295 ~DataCollector();
328 DISALLOW_COPY_AND_ASSIGN(DataCollector);
401 void Sort(DataCollector::Collection* collection) const;
489 const DataCollector::Collection& match_array,