OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataCollector
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
tracked_objects.h
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
[
all
...]
tracked_objects.cc
172
DataCollector
collected_data; // Gather data.
176
DataCollector
::Collection* collection = collected_data.collection();
183
DataCollector
::Collection match_array;
184
for (
DataCollector
::Collection::iterator it = collection->begin();
230
const
DataCollector
::Collection& match_array,
574
//
DataCollector
576
DataCollector
::
DataCollector
() {
606
DataCollector
::~
DataCollector
() {
[
all
...]
Completed in 22 milliseconds